/* Source: assets/scss/featured-video.scss. Keep the compiled output in sync. */

.b2b-featured-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    border-radius: 4px;
}

.b2b-featured-video--youtube,
.b2b-featured-video--x {
    aspect-ratio: 16 / 9;
}

.b2b-featured-video iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.b2b-featured-video--article {
    margin-bottom: 24px;
}

.hp2-breaking-media {
    min-width: 0;
}
