/* Video background styles for Safari/Journey hero */
.video-background {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.video-background.visible {
    opacity: 1;
}

.sj-hero .iframeWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background: #000;
}

.sj-hero .iframeWrapper .iframe-wrapper {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    background: #000;
}

.sj-hero .iframe_video, 
.sj-hero .wistia_embed {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;
    height: 67.5vw;
    min-height: 120vh;
    min-width: 213.33vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border: none;
}

.sj-hero {
    position: relative;
    overflow: hidden;
}

.sj-hero .video-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
}

.sj-hero .col-left {
    position: relative;
    z-index: 2;
}

