/* index */
.hasDropdown.showSubNav .dropdown-box {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 10px 20px -10px rgb(0 0 0 / 25%);
}
.hasDropdown.showSubNav .header__dropdown{
    visibility: visible;
    z-index: 99;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 25%);
}
.header-search__dropdown.active{
    visibility: visible;
    z-index: 99;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 25%);
}
/* .menu-1.clearfix.active{
  top: 60px !important;
}
.menu-1.clearfix{
  top:-100% !important;;
} */
.digits-section {
    background-color: #000;
}
.contacts-form__checkbox {
	color: #bcbcbc;
}
.disclaimer {
	background-color: #000;
}
#ucomsoon {
	font-size: 2rem;
    color: #ffffff;
}

/* section_hero_video */
    #myVideo {
        min-height: 100vh;
        width: 100%;
        object-fit: cover;
    }
    #myVideo.mobile{
        display:none;
    }
    @media only screen and (max-width: 768px) {
        #myVideo.mobile {
            display:block !important;
        }
        #myVideo.desktop {
            display:none !important;
        }
    }


/* section_money_shot */
#money_shot_wrapper{
    background-color:#000000;
    padding: 100px 6.5%;

}
    #money_shot {
        background-image: url(/assets/content/vehicles/outback/my21/media/moneyshot1.jpg);
        min-height: 100vh;
        background-position: center center;
        background-size: cover;
        background-repeat:no-repeat;
        background-color:#000000;
    
    }
    #money_shot_wrapper h2 {
        color: #ffffff;
        text-align: center;
        font-size: 3rem;
        line-height: 60px;
        padding:80px 15px 80px 15px;
    }


/* section_outside */
    #outside{
        height: calc(100vw * 1250 / 1920 + 100px);
        background:#000000;
        padding:100px 6.5%;
    }
    #outside .col-2 {
        width: 48%;
        height: calc(48vw * 1249 / 1920);
        margin-bottom: 30px;
        background-repeat: no-repeat;
        background-size:100%;
    }
    #outside .col-2.left{
        float:left;
    }
    #outside .col-2.right{
        float:right;
    }
    #outside .text{
        color:#ffffff;
    }
    #outside .text div{
        margin-top:20px;
    }

    #outside .text h1{
        font-size:2.5em;
        margin-bottom:45px;
        line-height: 45px;
    }
    #outside .text p {
        font-size: 1.5em;
        line-height: 35px;
        margin-bottom: 35px;
    }
    #outside .text button {
        font-size: 1.5em;
        letter-spacing: 5px;
        color: #ffffff;
        cursor: pointer;
    }
    #outside .image{
        padding:0px;
        cursor: pointer;
    }
    #outside .image img{
        width:100%;
        display:none;
    }
    

    #gallery {
        background:#000000;
        
    }
    #gallery .img-wrapper {
        position: relative;
        margin-top: 15px;
    }
    #gallery .img-wrapper img {
        width: 100%;
        display: none;
    }

    #gallery .img-overlay {
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;        
    }
    #gallery .img-overlay i {
        color: #fff;
        font-size: 3em;
        display: none;
    }

    
    #gallery #overlay {
        background: #000000;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        -webkit-user-select: none;
        -moz-user-select: none;    
        -ms-user-select: none; 
        user-select: none; 
    }
    #gallery #overlay img {
        margin: 0;
        width: 85%;
        height: 100%;
        object-fit: contain;
        padding: 3%;
    }
    #gallery #nextButton {
        color: #fff;
        font-size: 1.5em;
        transition: opacity 0.8s;
        cursor: pointer;
    }
    #gallery #nextButton:hover{
        opacity: 0.7;
    }

    #gallery #prevButton {
        color: #fff;
        font-size: 1.5em;
        transition: opacity 0.8s;
        cursor: pointer;
    }
    #gallery #prevButton:hover{
        opacity: 0.7;
    }

    #gallery #exitButton {
        color: #fff;
        font-size: 1.5em;
        transition: opacity 0.8s;
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
    }
    @media only screen and (max-width: 767px) {
        #gallery #exitButton {
            top: 65px;
            right: 15px;
        }
    }
    #gallery #exitButton:hover {
        opacity: 0.7;
    }

/* section_inside */
    .inside_title.mobile {
        display: block !important;
        padding: 45px 5% 25px 5%;
        background:#000000;
        text-align:center;
        min-height:20vh;
    }
    .inside_title.mobile h1{
        color: #ffffff !important;
        text-align: center;
        font-size: 3em;
    }
    .inside_title.mobile p {
        color: #ffffff !important;
        text-align:center;
        font-size:1.5em;
        margin-top:25px;
        line-height: 30px;
    }

    #inside_slide,#inside_slide_dms{
        background:#000000;
    }
    #inside_slide .fadeslide,#inside_slide_dms .fadeslide{
        background:#000000;
        min-height:80vh;
        margin-bottom:-1px;
    }
    #inside_slide .inside_title,#inside_slide_dms .inside_title{
        padding: 50px 15px 10px 15px;
    }
    #inside_slide .inside_title h1,    #inside_slide_dms .inside_title h1{
        color: #ffffff !important;
        text-align: center;
        font-size: 3em;
    }
    #inside_slide .inside_title p,#inside_slide_dms .inside_title p {
        color: #ffffff !important;
        text-align:center;
        font-size:1.5em;
        margin-top:25px;
        line-height: 30px;
    }
    #inside_slide .fadeslide .text,#inside_slide_dms .fadeslide .text{
        color:#ffffff;
        position: absolute;
        bottom: 5%;
        left: 6.5%;
        font-size:1.5em;
        line-height: 30px;
    }
    #inside_slide .fadeslide-1{
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/interior1-lhd.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000;
    }
    #inside_slide .fadeslide-1.drive-lhd{
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/interior1-lhd.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000;
    }
    #inside_slide .fadeslide-1.drive-rhd {
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/interior1-rhd.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000;
    }
    #inside_slide .fadeslide-2 {
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/interior2-rhd.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000
    }

    #inside_slide .fadeslide-2.my {
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/interior2-rhd.jpg);
    }
    #inside_slide .fadeslide-2.tw {
        background-image: url(/assets/content/vehicles/outback/my23/media/gallery/interior2-lhd.jpg);
    }
    #inside_slide .fadeslide-2.vn {
        background-image: url(/assets/content/vehicles/outback/my23/media/gallery/interior2-lhd.jpg);

    }

    #inside_slide .fadeslide-3{
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/interior3-lhd.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000
    }
    #inside_slide .fadeslide-3.drive-lhd{
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/interior3-lhd.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000
    }
    #inside_slide .fadeslide-3.drive-rhd{
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/interior3-rhd.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000
    }
    #inside_slide .fadeslide-3.tw {
        background-image: url(/assets/content/vehicles/outback/my23/media/gallery/interior3-lhd.jpg);

    }
    #inside_slide .fadeslide-4 {
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/interior4.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000
    }
    #inside_slide .fadeslide-5 {
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/interior5.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000
    }






    #inside_slide_dms .fadeslide-1{
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/dms1.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000;
    }
   
    #inside_slide_dms .fadeslide-2 {
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/dms2.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000
    }
    #inside_slide_dms .fadeslide-3{
        background-image: url(/assets/content/vehicles/outback/my21/media/gallery/dms3.jpg);
        background-size:contain;
        background-position: center center;
        position: relative;
        background-repeat: no-repeat;
        background-color:#000000
    }









    .slider_num {
        color:#ffffff;
        position: absolute;
        right:6.5%;
        bottom:0%;
    }
    .slide-left-btn, .slide-right-btn {
        cursor: pointer;
    }
    p.slider_num span{
        margin-right:25px;
        margin-left: 25px;
    }
    p.slider_num img{
        cursor:pointer;
    }


/* section_eyesight_features */
    .eyesight_title.headingdes {
        display: block !important;
        padding: 45px 5% 25px 5%;
        background:#000000;
        text-align:center;
        min-height:20vh;
    }
    .eyesight_title.headingdes h2{
        color: #ffffff !important;
        text-align: center;
        font-size: 2.7em;
    }
    .eyesight_title.headingdes p {
        color: #ffffff !important;
        text-align:center;
        font-size:1.5em;
        margin-top:25px;
        line-height: 30px;
    }

    #eyesight_features_mobile{
        background:#000000;
        padding:80px 5%;
        position:relative;
        display:none;
    }
    #eyesight_features_mobile .col-1{
        width:100%;
    }
    #eyesight_features_mobile .slider_mobile img {
        width: 100%;
        height: 100%;
    }
    #eyesight_features_mobile .slider_mobile h1 {
        color: #ffffff;
        font-size: 1.25em;
        margin-bottom: 10px;
        margin-top: 20px;
        line-height:25px;
    }
    #eyesight_features_mobile .slider_mobile p{
        color:#ffffff;
        font-size:1em;  
    }
    #eyesight_features_mobile .prev, #eyesight_features_mobile .next {
        cursor: pointer;
        position: absolute;
        color: white;
        font-weight: bold;
        font-size: 12px;
        border: solid 2px #fff;
        border-radius: 50% !important;
        padding: 5px 10px;
        top:32.5%;
    }
    #eyesight_features_mobile .next {
        right: 6.5%;
    }
    #eyesight_features_mobile .prev {
        left: 6.5%;
    }
    #eyesight_features_mobile .slider_mobile {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }
    @-webkit-keyframes fade {
        from {opacity: .25} 
        to {opacity: 1}
    }
    @keyframes fade {
        from {opacity: .25} 
        to {opacity: 1}
    }



    #eyesight_features{
        min-height:100vh;

        background:#000000;
        padding:100px 6.5%;
        position:relative;
    }
    #eyesight_features .slide {
        min-height: 500px;
        /* padding-bottom: 200px;
        transform: translateY(-50%);
        top: 50%;
        position: absolute;
        width: 87%; */
    }
    #eyesight_features .slider .col-2{
        width:48%;
    }
    #eyesight_features .slider .left{
        float:left;
    }
    #eyesight_features .slider .right{
        float:right;
    }
    #eyesight_features .slider .col-2 h1 {
        color: #ffffff;
        font-size: 1.5em;
        margin-bottom: 10px;
        margin-top: 25px;
        line-height:30px;
    }
    #eyesight_features .slider .col-2 p{
        color:#ffffff;
        font-size:1em;  
    }
    #eyesight_features .slider img {
        width: 100%;
        height: 100%;
    }

    #eyesight_features .prev, #eyesight_features .next {
        cursor: pointer;
        position: absolute;
        color: white;
        font-weight: bold;
        font-size: 20px;
        border: solid 2px #fff;
        border-radius: 50% !important;
        padding: 10px 18px;
        bottom:65px;
    }
    #eyesight_features .next {
        right: 6.5%;
    }
    #eyesight_features .prev {
        right: 11.5%;
    }
    #eyesight_features .prev:hover, #eyesight_features .next:hover {
        background-color: rgba(0,0,0,0.3);
    }
    #eyesight_features .slider {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }
    @-webkit-keyframes fade {
        from {opacity: .25} 
        to {opacity: 1}
    }

    @keyframes fade {
        from {opacity: .25} 
        to {opacity: 1}
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 1250px) {
        #eyesight_features .prev {
            right: 13.5%;
        }
    }
    .animate {
        transition: all .5s ease-out;
    }


/* section_colors_360 */

    #colors_360{
        /*height:100vh;*/
		min-height: 100vh;
        background:#000000;
        padding:75px 6.5%;
    }
    #colors_360 h2{
        font-size:3em;
        color:#ffffff;
        padding-bottom:25px;
        text-align:center;
    }
    #colors_360 p{
        font-size:1.5em;
        color:#ffffff;
        padding-bottom:20px;
        text-align:center;
    }

    
    
    .product-features__colors-1 .swiper-slide {
        width:auto;
    }
    .product-features__switch{
        padding-top:0;
    }

    .product-features__gallery{
        top:unset !important;
    }


  
    .contacts-form.outback-form {
        background: none !important;
    }
    form#contact-form {
        z-index: 99999 !important;
    }
    section.contact_form_section.outback-form .col-md-12 {
        z-index: 999 !important;
    }
    .contacts-form__submit {
        justify-content: flex-start;
    }
    
    #ucomsoon {
        padding-bottom: 30px !important;
        padding-top: 25px !important;
		line-height: 1.3em;
    }
    .dropdown-box__content p, .mb30 {
        /* margin-bottom: 0px !important; */
    }
    .contacts-form__form {
        padding-top: 30px !important;
        margin-bottom: 15px !important;
    }
    .text-tl {
        top: 20%;
        left: 10%;
        max-width: 80%;
    }
    .text-br {
        bottom: 20%;
        right: 10%;
        max-width: 80%;
    }
    .text-bl {
        bottom: 20%;
        left: 10%;
        max-width: 80%;
    }
    .swiper-slide.active button{
        border: solid 3px #ffffff;
    }
    .swiper-slide button:hover{
        -webkit-box-shadow: 0px 0px 10px 0px #ffffff;
        box-shadow: 0px 0px 10px 0px #ffffff;
    }
    .product-features__colors-1.features__colors__slider.slider-colors {
        padding-top: 10px;
    }
    div#form-row {
        max-height: 525px;
        overflow-y: auto;
    }
    @media only screen and (max-width: 767px) {
        
        #color_checker{
            background-image: linear-gradient(#1F1922, #000000) !important;
            padding-top:45px !important;
        }
        
        #img_360{
            display:block !important;
        }
        .swiper-slide {
            background-color: transparent !important;
        }
        button.product-features__switch-btn {
            margin-top: 20px !important;
        }
        .contact_form_section.outback-form{
            margin-top: -1px !important;
        }

        h1.animate__animated.animate__fadeInUp{
            font-size: 18px !important;
            line-height: 30px !important;
        }
        #mobile-wrapper .fadeslide {
            height: 55vh !important;
            margin-bottom: -1px !important;
        }
        #mobile-wrapper .fadeslide.fadeslide-7{
            height: 95vh !important;
        }
        .black-navbar {
            padding-bottom: 20px !important;
            border-top: solid 1px !important;
            border-bottom: solid 1px !important;
        }
        .text-tl {
            top: 5% !important;
            left:5% !important;
        }
        .text-bl, .text-br {
            bottom: 0% !important;
            left:5% !important;
        }
        .fadeslide-6 .text-bl {
            display:none !important;
        }
        div#form-row {
            border: none !important;
            max-height:100%;
        }
        #bg-car {
            height: 20% !important;
        }
        #ucomsoon {
            font-size: 1.5em !important;
            padding-bottom: 0px !important;
            padding-top: 75px !important;
			line-height: 1.3em;
        }
        .contacts-form__submit {
            justify-content: flex-end !important;
        }
    }


    #view-360-1, #view-360-1m {
        display: flex;
        height: 100%;
        overflow: hidden;
        background-color: #1F1922;
    }
    .product-features__gallery {
        position: relative !important;
    }
    #color-labels h5 {
        display: none;
        color: #ffffff;
        font-family: HelveticaNeue-Medium,"Helvetica Neue",Helvetica,Arial,Roboto,sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
    }
    #color-labels h5:active{
        display:block;
    }
    .product-features__color {
        margin: 0px 20px 0px 0px;
    }
    .product-features__colors-1.features__colors__slider.slider-colors {
        padding-top: 0px;
    }
    .product-features__gallery img {
		width: 100%;
        height: auto;
    }
    .product-features__switch-btn.active, .product-features__switch-btn:hover {
        background-color: transparent;
        color: #ffffff;
        border:solid 1px #ffffff;
    }
    .product-features__switch-btn:hover{
        box-shadow: 0px 0px 5px 0px #ffffff;
    }
    .product-features__switch-btn, .product-features__switch-btn {
        background-color: transparent;
        color: #7B7C7E;
        border:solid 1px #7B7C7E;
    }
    .product-features__switch-btn+.product-features__switch-btn {
        border-left: solid 1px;
    }
    .product-features__gallery::before {
        background-color: rgb(31, 25, 34, 0.8);
    }


    @media only screen and (max-width: 991px) {
        #krpanoSWFObject {
            position: absolute !important;
        }
        #krpanoSWFObject {
            position: relative !important;
            height: 55vh !important;
        }
    }
    @media only screen and (min-width: 992px) {
        #krpanoSWFObject {
            position: relative !important;
            height: 75vh !important;
        }
    }
    @media only screen and (min-width: 1136px) {
        #myVideo {
			padding-top: 80px;
        }
    }
    @media only screen and (min-width: 768px) {
        #myVideo {
			padding-top: 71px;
        }
    }
    @media only screen and (max-width: 767.5px) {
        #myVideo {
			padding-top: 0;
        }
        #myVideo.ph {
			padding-top: 55px;
        }
    }

    /* section_build_price */
    #build_price {
        background-image: url(/assets/content/vehicles/outback/my21/media/build_n_price.jpg);
        min-height: 90vh;
        background-position: center center;
        background-size: cover;
        background-repeat:no-repeat;
        background-color:#000000;
        position:relative;
    }
    #build_price.vn {
        background-image: url(/assets/content/vehicles/outback/my23/media/build_n_price-vn.jpg);
    }
    #build_price.th {
        background-image: url(/assets/content/vehicles/outback/my23/media/build_n_price-vn.jpg);
    }
    #build_price.my {
        background-image: url(/assets/content/vehicles/outback/my23/media/build_n_price-my.jpg);
    }
    #build_price.tw {
        background-image: url(/assets/content/vehicles/outback/my23/media/build_n_price.jpg);
    }
    #build_price_title{
      background:#000000;
    }
    #build_price_title h2 {
        color: #ffffff;
        text-align: center;
        font-size: 3em;
        line-height: 1.25em;
        padding:80px 15px 0 15px;
    }
    #build_price_title h3 {
        color: #ffffff;
        text-align: center;
        font-size: 2rem;
        padding:30px 15px 10px 15px;
    }
    #build_price span{
        color: #ffffff;
        position:absolute;
        top:25%;
        right:10%
    }
    #build_price.tw span{
        left:10%;
        right:unset;
    }

    /* section_footer */
        @media only screen and (max-width: 1300px) and (min-width:768px){
        #outside .text div {
            margin-top: 0px;
        }
        #outside .text h1 {
            font-size: 2em;
            margin-bottom: 30px;
            line-height: 30px;
        }
        #outside .text p {
            font-size: 1.15em;
            line-height: 25px;
            margin-bottom: 25px;
        }
        #outside .text button {
            font-size: 1.15em;
            letter-spacing: 3px;
        }
        #colors_360 {
            height: auto !important;
        }
        #eyesight_features .prev, #eyesight_features .next {
            bottom: -5px;
        }
        #money_shot h2 {
            color: #ffffff;
            text-align: center;
            font-size: 1.5em;
            line-height: 35px;
            padding: 30px 15px 0 15px;
        }
        #build_price_title h2 {
            color: #ffffff;
            text-align: center;
            font-size: 2em;
            line-height: 35px;
            padding: 45px 15px 0 15px;
        }
        #build_price_title h3 {
            color: #ffffff;
            text-align: center;
            font-size: 1.25rem;
            padding: 18px 15px 5px 15px;
        }
    } 

    @media only screen and (max-width: 1000px) and (min-width:768px) {
        #money_shot h2 {
            font-size: 2.5rem;
            line-height: 50px;
        }
        #outside .text div {
            margin-top: 0px;
        }
        #outside .text h1 {
            font-size: 2em;
            margin-bottom: 30px;
            line-height: 30px;
        }
        #outside .text p {
            font-size: 1.15em;
            line-height: 25px;
            margin-bottom: 25px;
        }
        #outside .text button {
            font-size: 1.15em;
            letter-spacing: 3px;
        }
        #inside_slide .inside_title h1,#inside_slide_dms .inside_title h1{
            font-size: 2em;
        }
        #inside_slide .inside_title p, #inside_slide_dms .inside_title p {
            font-size:1.25em;
        }
        #inside_slide .fadeslide .text,#inside_slide_dms .fadeslide .text{
            font-size:1.25em;
        }
        #eyesight_features .slider .col-2 h1 {
            font-size: 1.15em;
        }
        #eyesight_features .slider .col-2 p {
            font-size: 0.75em;
        }
        #colors_360 p {
            font-size: 1.15em;
        }
        #colors_360 h2 {
            font-size: 2em;
        }
        button.product-features__switch-btn.font-lt-medium {
            margin-left: 25px !important;
        }
        .features__colors__slider .swiper-slide {
            width: 30px !important;
            padding: 10px 5px 0px 0px !important;
            margin-right: 20px;
        }
        .digits__item-val {
            font-size: 40px !important;
        }
        #build_price_title h3 {
            font-size: 1.5rem;
            padding: 20px 15px 0 15px;
        }
        #build_price_title h2 { 
            font-size: 2.5em;
        }
    }

    @media only screen and (max-width:767px) {
        html {
            overflow-x: hidden !important;
        }
        body {
            overflow-x: hidden !important;
        }
        .logo a img {
            width: 60px !important;
        }

        #myVideo {
            min-height: 95vh;
        }
        #myVideo.ph {
            min-height: unset;
        }
        #money_shot {
            min-height: 30vh;
            margin-bottom:-1px;
            margin-top: -1px;
            background-size:150%;
        }
        #money_shot h2 {
            font-size: 1.35rem;
            line-height: 25px;
            padding: 30px 5% 0 5%;
        }
        #outside {
            padding: 50px 5%;
        }
        #outside .text h1.desktop_title, #outside .text p.desktop_title {
            display:none;
        }
        #outside .text h1.mobile_title, #outside .text p.mobile_title  {
            display:block !important;
        }
        #outside .first{
            width: 100%;
            height: auto;
            margin-bottom: 30px;
        }
        #outside .text div {
            text-align: center;
        }
        #outside .image img{
            width:100%;
            display:block;
        }
        #outside .col-2 {
           background-image:none !important;
        }
        #outside .second {
            width: 48%;
            height: auto;
            margin-bottom: 10px;
        }
        #outside .last{
            width: 100%;
            height: auto;
            margin-bottom: 30px;
        }
        #outside .text h1 {
            font-size: 1.75em;
            margin-bottom: 15px;
            line-height: 30px;
        }
        #outside .text p {
            font-size: 1em;
            line-height: 25px;
            margin-bottom: 15px;
        }
        #outside .text button {
            font-size: 1em;
            letter-spacing: 3px;
        }
        #gallery {
            height: 0px;
        }
        #inside_slide,#inside_slide_dms {
            margin-top: -1px;
        }
        #inside_slide .fadeslide,#inside_slide_dms .fadeslide {
            min-height: 55vh;
        }
        #inside_slide .inside_title, #inside_slide_dms .inside_title {
            display: none;
        }
        .inside_title.mobile {
            display: block !important;
            padding: 0px 5% 10px 5%;
            background:#000000;
            text-align:center;
            /*margin-top:-65px;*/
            min-height:unset;
            position:relative;
        }
        .inside_title.mobile h1{
            font-size: 1.75em;
            color: #ffffff;
        }
        .inside_title.mobile p {
            font-size:1em;
            margin-top: 10px;
            line-height: 25px;
            color: #ffffff;
        }
        .inside_title.mobile p.mobile{
            display:block !important;
        }
        .inside_title.mobile p.desktop{
            display:none !important;
        }
        #inside_slide .fadeslide .text, #inside_slide_dms .fadeslide .text{
          font-size:0.85em !important;
            line-height: 20px !important;
            left: 5%;
        }
        #eyesight_features {
          display:none !important;
        }
        #eyesight_features_mobile {
          display:block !important;
        }
        #colors_360 {
            padding: 0px 5% 50px 5%;
            height:auto;
            margin-top: -1px;
        }

        #luxurious {
            background:#000000 !important;
        }
        #luxurious h2{
            font-size: 1.5em !important;
            padding-bottom: 5px;
        }
        #luxurious p{
            font-size: 1em!important;
            padding-bottom: 10px;
        }
        .product-features__gallery img {
            height: auto;
        }
        #color_checker{
            background:#000000 !important;
            padding-top:30px !important;
        }
        #color-labels h5 {
            text-align: center !important;
            margin-bottom: 15px !important;
        }
        #color_checker .color-picker {
            display: inline-block !important;
            width: 100%;
        }
        .product-features__switch {
            width: 100%;
        }
        button.product-features__switch-btn.font-lt-medium {
            margin-left: 0px !important;
        }
        button.product-features__switch-btn.font-lt-medium.interior {
            margin-left: 50px !important;
        }
        .color-picker .swiper-slide {
            width: 30px !important;
            padding: 10px 5px 0px 0px !important;
            margin-right: 20px;
        }
        
        #specs{
          height:auto;
          padding:50px 5%;
          margin-top:-1px;
        }
        #specs div.middle {
            transform: none;
            top:0px;
            position: relative;
            width: 100%;
        }
        .digits.next {
            display:flex;
        }
        .digits__item-val {
            font-size: 35px !important;
            font-weight: 500 !important;
        }
        .digits .desktop_ver {
            display:none;
        }
        .btn-1.hidden-xs {
            display: inline-block !important;
            margin-top: 30px;
            font-size: 18px;
            font-weight: 300;
            padding: 0px 15px;
        }
        #build_price_title {
            margin-top: -1px;
            margin-bottom: -1px;
        }
        #build_price_title h2{
            display:none !important;
        }
        #build_price_title h2.mobile {
            line-height: 30px;
            padding: 50px 15px 0 15px;
            font-size: 1.5em;
            display:block !important;
        }
        #build_price_title h3 {
            font-size: 1em;
            padding: 10px 15px 30px 15px;
        }
        #build_price {
            min-height: 40vh;
            background-position: center center;
            background-size: contain;
            /* margin-bottom: 55px; */
        }
        #build_price.vn {
            background-image: url(/assets/content/vehicles/outback/my23/media/build_n_price-vn-xs.jpg);
        }
        #build_price.my {
            background-image: url(/assets/content/vehicles/outback/my23/media/build_n_price-my-xs.jpg);
        }
        #build_price.tw {
            background-image: url(/assets/content/vehicles/outback/my23/media/build_n_price-xs.jpg);
        }
        .modal-dialog {
            top: 50% !important;
        }
        #build_price span {
            color: #ffffff;
            position: absolute;
            right: 30%;
            top:85%;
        }
    }




    @media(max-width:768px)
    {
        .digits-section .row {
            width:100%;
            display:flex;
            justify-content:center
        }
    }


#hero_video .overlay-bar{
        
    position: absolute;
    width: 100%;
    opacity: 0.9;
    top: 78px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 30px;
    font-size: 32px;

}
@media(max-width:1135px)
{
    #hero_video .overlay-bar{
        top: 72px;
    }

}
@media(max-width:768px)
{
    #hero_video .overlay-bar{
        top: 55px;
        padding: 22px;
        font-size: 22px;
    }

}