/*!
 * Enhancement styles for home page media components.
 */
.bb-home-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000;
    display: block;
}

.bb-home-video::-webkit-media-controls {
    display: none !important;
}

.gif-caption-wrapper--green {
    margin-top: 0;
}

@media (min-width: 1024px) {
    .gif-caption-wrapper--green {
        margin-top: 116.5px !important;
    }
}

.bb-home-iframe {
    width: 100%;
    border: 0;
    min-height: 700px;
}

@media (max-width: 767px) {
    .bb-home-iframe {
        min-height: 480px;
    }
}
