#video {
    background-size: cover;
    padding-top: 68px;
    background-size: cover;
    background-position: top;
    padding-bottom: 66px;
}

h2.text-center {
    color: var(--video--color_swatch--heading_h2);
}

.video-wrap {
    margin-top: 32px;
    overflow: hidden;
    --i: 1;
    --g: 3;
    --j: calc(((var(--i) + 0)*3) - 5);
}

#video .info-tab.-active{
    color: var(--video--new_tab_block--item_text_hover_active) !important;
}

#video .info-tab:hover{
    color: var(--video--new_tab_block--item_text_hover_active) !important;   
}

.video-rail {
    display: flex;
    justify-content: center;
    align-items: center;
    /*gap: 16px;*/
    width: calc(50vw + ((var(--g) - 1) * 37.5vw));
    position: relative;
    transition: left 1s cubic-bezier(0.01, 0.85, 0.15, 1.24);
    transition: left .5s ease-in-out;
    /*left: calc((-12.5vw * (var(--i) + 1)) + (-25vw * var(--i)));*/
    left: calc((-12.5vw * (var(--j))));
    height: 28vw;
}

.video-block {
    width: 37.5vw;
    display: inline-block;
    padding: 0 8px;
    transition: left .5s ease-in-out, width .5s ease-in-out, opacity .5s;
    opacity: .5;
}

.video-block.-active {
    width: 50vw;
    opacity: 1;
}

.video-item {
    background-color: #222;
    /* border-radius: 16px; */
    overflow: hidden;
    aspect-ratio: 16/9;
}

.video-nav {
    display: inline-flex;
    height: 48px;
    /* margin-top: 36px; */
    justify-content: center;
    align-items: center;
}

.video-nav-arrow {
    background-image: var(--mc-arrow-up);
    background-color: var(--mc-main-1);
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background-size: 17px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.video-nav-arrow:hover {
    background-color: var(--mc-main-2);
}

.video-nav-arrow.-r {
    margin-left: 4px;
    transform: rotate(90deg);
}

.video-nav-arrow.-l {
    margin-right: 4px;
    transform: rotate(-90deg);
}

.video-nav-dot {
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 18px;
    transition: all .3s;
    border: 0px solid var(--mc-main-1);
    box-shadow: 0px 0px 0px var(--mc-main-5);
    cursor: pointer;
}

.video-nav-dot.-active {
    width: 12px;
    height: 12px;
    border: 1px solid var(--mc-main-1);
    box-shadow: 0px 1px 12px var(--mc-main-5);
}

.video-hov-glow {
    position: absolute;
    top: 16.5%;
    left: 16.5%;
    opacity: 0;
}

.video-nav-arrow:hover .video-hov-glow {
    opacity: 0.1;
}

.plyr__poster {
    background-size: cover !important;
}

.video-tabs-override {
    max-width: 800px;
    width: max-content;
    margin: auto;
}

.tour_iframe_wrap {
    max-width: 900px !important;
    margin-top: 32px;
}

.tour_iframe_inner {

    padding-top: 56.25%;
    position: relative;
}

.tour_iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    aspect-ratio: 4 / 3;
}
#video .video-tab-body[data-i="1"] .container .video-nav .-l {
    opacity: 0.5;
    pointer-events: none;
}
#video .video-tab-body[data-end="1"] .container .video-nav .-r {
    opacity: 0.5;
    pointer-events: none;
}

/*-- Mobile Version --*/
@media (max-width: 1319px) {
    .video-title{
        font-weight: 400;
        font-size: 38px !important;
        line-height: 40px;
    }
    #video {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    #video .mx-auto.container.text-white {
        padding: 0 1rem;
    }

    .video-tabs-override {
        max-width: 100%;
    }

    .video-nav-arrow {
        display: none;
    }

    .video-block.-active {
        width: 90vw;
    }

    .video-rail {
        height: 50vw;
        width: calc(90vw + ((var(--g) - 1) * 50vw));
        left: calc(-50vw * (var(--i) - 1) + 5vw);
    }

    .video-block {
        width: 50vw;
    }

    .title-alt {
        font-weight: 400;
        font-size: 40px;
        line-height: 40px;
        color: #FFFFFF;
        -webkit-text-stroke: 1px #E81E57;
        text-shadow: 0px 1px 12px #f84577;
    }

    #video .video-nav-wrap {
        padding-right: 16px;
        grid-template-columns: auto !important;
    }

    .video-nav-wrap .video-nav {
        display: none;
    }

}

#video .info-tabs-block {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.video-nav-dot {
    display: none;
}

.video-tabs-override-parent {
    border-bottom: 1px solid var(--video--new_tab_block--item_text);
}

.tour_iframe_wrap{
    max-width: 900px !important;
    margin-top: 0;
}
.tour_iframe_inner{

    padding-top: 56.25%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.tour_iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    aspect-ratio: 4 / 3;
}
.video-rail-virtual {
    display: none;
}
#video .info-tabs-block-wrap {
    width: 100%;
}

#video .info-tabs-block {
    justify-content: center;
}

#video .info-tab {
    padding: 0 22px;
    white-space: nowrap;
}

#video .info-tab-txt {
    padding: 0;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
}

#video .text-center .video-title{
    color: var(--video--color_swatch--heading_h2);
}

#video .info-tab{
    color: var(--video--new_tab_block--item_text);
}

#video .info-tab.-active .info-tab-txt::after {
    opacity: 1;
}

#video .info-tab-txt::after {
    content: "•";
    margin-left: 5px;
    opacity: 0;
    transition: .3s;
}

@media (max-width: 1319px) {
    #video .info-tabs-block {
        justify-content: left;
    }

}

/*-- Mobile Version --*/
@media (min-width: 1320px) {
    #video  .info-tabs-block-wrap {
        max-width: 100% !important;
    }
}