

.videoContainer {
    /*height: 700px;*/
    height: 50vw;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    /*align-items: flex-end;*/
    align-items: center;
}



.videoCity {
    /*width: 100%;*/
    /*filter: grayscale(1);*/
    /*filter: contrast(4);*/
    pointer-events: none;
}

.videoTextOver {
    position: absolute;
    /*padding: 80px 0px;*/
    /*color: #ffffff;*/
    /*background-color: #072146;*/
    /*background-color: rgba(7, 33, 70, 0.8);*/
    /*background-color: rgba(0, 0, 0, 0.2);*/
    
    /*width: 100%;*/
    /*margin: auto;*/

    width: 100vw;
    height: 50vw;
    /*margin: auto;*/
    /*background-image: url(../_pic/plane_saloon.png);*/
    /*background-image: url(../_pic/bg_teal.svg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
}

.videoTextOver.white h3 {
    color: #E8E8E8;
}

.videoTextOver.black h3 {
    color: #000046;
}

.videoTextOver > div {
    align-self: flex-end;
}

.videoTextOver h3 {
    /*font-size: 96px;*/
    font-size: 7vw;
    /*line-height: 110%;*/
    width: 80%;
    /*margin-bottom: 80px;*/
    margin-bottom: 5vw;
    font-family: 'MontserratBlack';
}

.videoTextOver h3 span {
    color: #48adff;
}

.videoTextOver p {
    font-size: 20px;
}



@media screen and (max-width: 568px) {
    .videoContainer {
        height: 100vw;
    }
    .videoTextOver {
        /*padding: 7vw 0px;*/
        height: 100vw;
    }
    .videoTextOver h3 {
        font-size: 11vw;
        margin-bottom: 10vw;
        line-height: 120%;
    }
}

/*@media screen and (max-width: 768px) {
    .videoTextOver h3 {
        font-size: 9vw;
    }
}*/

@media screen and (max-width: 824px) and (orientation: landscape) {
.videoTextOver h3 {
        font-size: 9vw;
    }
}













div.videoIcon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

div.videoIcon > div {
    text-align: center;
    flex-grow: 1;
}
















.videoContainer2 {
    width: 100vw;
    height: 700px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: var(--blueDark);*/
}

.videoContainer2 video {
    width: 100%;
    /*max-width: 1140px;*/
}

.videoImgOver {
    position: absolute;
    width: 100%;
    /*max-width: 1140px;*/
    height: 700px;
    margin: auto;
    /*padding: 80px 0px;*/
    /*background-image: url(../_pic/plane_saloon.png);*/
    background-image: url(../_pic/bg_teal.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.videoImgOver p {
    font-size: 40px;
    color: #ffffff;
    margin-top: 180px;
    padding: 30px 86px;
    line-height: 130%;
    font-family: 'MuseoBold';
    text-shadow: 1px 1px 2px black;
    /*background-color: rgba(0, 0, 0, 0.6);*/
}

.videoImgOver p span {
    color: #48adff;
    color: var(--blueMiddle);

    text-shadow: 0px 0px 0px black;
}











