@media only screen and (min-width: 1800px){
    .mainQuote .content img{
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    #modalHotspotInnerDivContent h1{
        font-size: 4.5em;
    }
    #modalHotspotInnerDivContent #banner.welcomeBanner h1{
        font-size: 2.7em;
    }
}

@media only screen and (max-width: 992px) {

    #modalHotspotInnerDivContent h1{
        font-size: 3.5em;
    }
    #modalHotspotInnerDivContent #banner.welcomeBanner h1{
        font-size: 2.5em;
    }
    
    @media (orientation: landscape){
        .caption-container{
            max-width: 45vw;
            padding-left: 3vw;
        }
        .slideshowGallery .caption-container{
            max-width: initial;
            padding-left: initial;
        }
        .videoDiv.videoWithText{
            max-width: 40vw;
            min-width: unset;
            float: left;
        }


        /* .slideshowGallery{
            flex-wrap: wrap;
            flex-direction: row;
            width: 100vw;
        } 
        .sliderGlobal{
            max-width: 40vw;
        }
        .slideshowGallery .row{
            flex-direction: column;
            max-width: 6vw;
            max-height: calc(100vh - 150px);
        }*/



        .ios #closeIcon img {
            position: absolute;
            bottom: 15px;
            top: unset;
            right: 15px;
            transform: scale(0.9);
        }

        .ios #closeIcon img:hover {
            position: absolute;
            bottom: 15px;
            top: unset;
            right: 15px;
            transform: scale(1.2);
        }


    }
    @media (orientation: portrait){
        .safari .portrait30vh{
            max-height: 30vh !important;
        }
    }

    .device .centering{
        height: calc(100% - 60px);
    }
    .caption-container{
        flex-wrap: wrap;
    }
    .caption-container .captionDiv{
        width: 100%;
        padding-right: 0;
    }
    .caption-container .descriptionDiv{
        width: 100%;
        padding-left: 0;
        border-left: none;
        padding-top: 2vh;
        border-top: 2px dotted var(--lightBlue);
    }
    .caption-container.justDescription .descriptionDiv{
        padding-top: 0;
        border-top: 0;
    }

    .caption-container.caption-containerLeft .descriptionDiv{
        border-top: unset;
        border-right: unset;
        padding-right: 0;
        width: 100%;
        border-bottom: 2px dotted var(--lightBlue);
        padding-top: 0;
    }
    .caption-container.caption-containerLeft .captionDiv{
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    .mainGeneral>img{
        max-height: 25vh;
        max-width: fit-content;
    }

    .ios .mainGeneral>img{
        object-fit: contain;
    }
}

@media only screen and (max-width: 768px)
{
    .slideshowGallery .mySlides img{
        max-height: 40vh;
    }
    #modalHotspotInnerDivContent h1{
        font-size: 2.5em;
    }
    #modalHotspotInnerDivContent #banner.welcomeBanner h1{
        font-size: 2.2em;
    }
    #modalHotspotInnerDivContent h2{
        font-size: 1.5em;
        margin: 1.5vh 0;
    }
    #modalHotspotInnerDivContent .headerLeftDiv p{
        font-size: 1.5em;
        margin: 1.5vh 0;
    }
    .mainQuote .content h3,
    .mainQuote .content h4{
        margin: 1vh 0;
    }
    .caption-containerLeft h3,
    .caption-containerLeft h4{
        margin: 1vh 0;
        font-size: 1em;
    }

    #modalHotspotInnerDivContent p{
        font-size: 0.8em;
    }
    
    .overlay{
        height: 100%;
    }
    #modalHotspotDivContent{
        height: calc(100% - 4vh);
        width: calc(100% - 10vw);
        min-width: unset;
        padding: 2vh 5vw;
        max-width: none;
    }
    .gradient-box{
        border-radius: 0;
        background: rgb(0 0 0 / 70%);
    }

    #modalHotspotInnerDivContent{
        max-height: calc(100vh - 100px);

        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

    

    .sceneIcon{
        margin-bottom: 1.5vh;
    }
    .sceneIcon>img{
        max-width: 10vw;
        max-height: 10vh;
    }
    .divider{
        margin: 1.5vh 0;
    }

    .mainGeneral,
    .mainQuote{
        width: unset;

        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
    .mainQuote.w505{
        top: unset;
        transform: unset;
        position: initial;
    }
    #modalHotspotInnerDivContent{
        position: relative;
    }
    .w505,
    .w750{
        width: 100% !important;
    }
    .w750{
        height: calc(100vh - 160px);
    }
    /*#endCarImage{
        height: 0;
    }*/
    .w505>img,
    .w750>img{
        width: 100%;
        margin: auto;
        display: block;

        max-height: unset;
    }
    #endCarImage{
        max-width: 90vw;
    }

    .mainQuote .content p{
        margin-left: 10px;
    }

    @media (orientation: landscape){
        .w505>img,
        .w750>img{
            /*width: 100%;*/
    
            max-height: calc(100vh - 60px - 10vh);
            margin-left: 10vw;
            /* margin: auto; */
            position: absolute;
            top: 5vh;
            max-width: 45vw;
        }

        .w505 .main,
        .w750 .main{
            width: 35%;
            float: left;
        }

        .mainGeneral.w750>div{
            width: 35%;
        }
        .mainGeneral.w750>div>.main{
            width: 100%;
            float: none;
        }
        .mainQuote.w505>img{
            position: absolute;
            top: 50%;
            transform: translateY(-50%) translateX(50%);
            margin-left: 10vw;
            width: auto;

            /* display: initial; */
        }
        .mainGeneral.w750>img{
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: auto !important;

            display: initial !important;
        }

        .slideshowGallery {
            flex-wrap: nowrap;
            flex-direction: row;
            width: 100vw;
        }
        .sliderGlobal{
            max-width: 40vw;
        }
        .slideshowGallery .row{
            flex-direction: column;
            max-width: 6vw;
            max-height: calc(100vh - 150px);
        }
        .slideshowGallery .row .column:first-child{
            margin-left: 1vw;
        }
        .slideshowGallery .row .column:last-child{
            margin-right: 1vw;
        }
        #modalHotspotInnerDivContent .headerLeftDiv.alt5{
            border-bottom: none;
        }
        .caption-container.caption-containerLeft{
            border-top: none;
        }

        .slideshowGallery .caption-container{
            max-width: 45vw;
            padding-left: 3vw;
        }

        #modalHotspotInnerDivContent .headerLeftDiv p{
            margin: 1.5vh 3vw;
        }


        .device #endOfJourneyDiv{
            bottom: 0px !important;
            right: 150px !important;
        }
    }

    .videoDiv{
        width: 90vw;
    }

    .mainQuote .content>div>img,
    .content>img{
        max-width: 40vw;
        max-height: 35vh;
    }


    .device #endOfJourneyDiv{
        bottom: 65px;
        right: 15px;
    }

    .gradient-box-noWidth{
        width: 100vw !important;
    }

}


@media only screen and (max-width: 384px){
    /*.contentFlex{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }*/
    .content>p{
        /*max-width: calc(100% - 180px - 2vw);
        min-width: 100%;*/
        margin-top: 0;
    }
    .content>img{
        max-width: 30vw;
        max-height: 25vh;
    }
}






/* Portrait and Landscape */
@media only screen 
  /* and (min-device-width: 375px)  */
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

    #modalHotspotInnerDivContent h1{
        font-size: 2em;
    }
    #modalHotspotInnerDivContent #banner.welcomeBanner h1{
        font-size: 1.6em;
    }
    #modalHotspotInnerDivContent h2{
        font-size: 1.1em;
        margin: 1.5vh 0;
    }
    #modalHotspotInnerDivContent .headerLeftDiv p{
        font-size: 1.1em;
        margin: 1.5vh 0;
    }
    .caption-containerLeft h3,
    .caption-containerLeft h4{
        font-size: 0.8em;
    }

    #modalHotspotInnerDivContent p{
        font-size: 0.8em;
    }


}