.ys-1fe8-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    overflow: hidden;
}

.ys-1fe8-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.ys-1fe8-overlay:hover .ys-1fe8-play-icon {
    transform: scale(1.1);
}

.ys-1fe8-play-icon {
    font-size: 60px;
    color: #fff;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.4));
    display: flex;
    align-items: center;
    justify-content: center;
}

.ys-1fe8-play-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.ys-1fe8-iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ys-1fe8-iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}