.wmbi-video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 9;
    background-color: #000;
    overflow: hidden;
}

.wmbi-video-placeholder iframe,
.wmbi-video-placeholder img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wmbi-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url('https://img.icons8.com/ios-filled/100/ffffff/play-button-circled.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    opacity: 0.9;
}
.youtube-carousel .wmbi-video-wrapper {
    width: 100%;
    max-width: 100%;
}
.youtube-carousel .wmbi-video-placeholder,
.youtube-carousel iframe {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 16 / 9;
}
.youtube-carousel .wmbi-video-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube-carousel iframe {
    width: 100% !important;
    height: 100% !important;
}
