html, body{
    width: 100%;
    height: 100%;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*
**  CUSTOM SCROLLBAR
*/
/* width */
::-webkit-scrollbar {
    width: 0px;
}


.video-background{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.logo1{
    position: absolute;
    display: block;
    top: 63px;
    left: 5vw;
    width: 258px;
    height: auto;
    z-index:1;
}

.logo1 img{
    position:relative;
    width:100%;
    height:auto;
}

.container{
    position: relative;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 100px;

}
.content{
    width: 100%;
    min-height: calc(100% - 200px);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.logo2{
    max-width: 264px;
    min-width: 264px;
    height: auto;
}
.video-container{
    position: relative;
    width: calc(100% - 40vw);
    max-width: 1280px;
    margin: auto;
    padding-top: 60px;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-top: 60%;
    border: 2px solid white;
    border-radius: 30px;
    overflow: hidden;
}
.line{
    font-family: 'Montserrat', sans-serif;
    font-size:24px;
    text-align: center;
    color:#f7f0e6;
    margin-top:30px;
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:1600px){

    .logo1{
        top: 50px;
        width: 200px;
    }
    .logo2{
        max-width: 230px;
        min-width: 230px;
        height: auto;
    }
}
@media screen and (max-width: 1300px){


    .logo1{
        position: absolute;
        top: 40px;
        left: 5vw;
        width: 170px;
        height: auto;
    }

    .container{
        padding-top: 50px;

    }

    .logo2{
        max-width: 200px;
        min-width: 200px;
        height: auto;
    }
    .line{
        font-size:20px;
    }

    .video-container{
        position: relative;
        width: calc(100% - 20vw);
        max-width: 960px;
        margin: auto;
        padding-top: 40px;
    }
}
@media screen and (max-width: 970px){
    .logo1{
        top: 30px;
        left: 5vw;
        width: 120px;
    }
    .logo2{
         max-width: 170px;
         min-width: 170px;
         height: auto;
     }
    .video-container{
        padding-top: 40px;
    }
    .line{
        font-size:18px;
    }
}


@media screen and (max-height:1300px){
    .container{
        padding-bottom:60px;
    }
    .logo2{
        max-width: 170px;
        min-width: 170px;
    }


    .video-container{
        max-width: 900px;
    }
}

@media screen and (max-height:950px){
    .container{
        padding-bottom:60px;
    }
    .logo2{
        max-width: 140px;
        min-width: 140px;
        height: auto;
    }

    .line{
        font-size:18px;
    }

    .video-container{
        padding-top:30px;
        max-width: 600px;
    }
}

@media screen and (max-height:800px){
    .container{
        padding-bottom:40px;
    }
    .logo2{
        max-width: 130px;
        min-width: 130px;
        height: auto;
    }

    .line{
        font-size:18px;
    }

    .video-container{
        padding-top:25px;
        max-width: 550px;
    }
}

@media screen and (max-height:650px){
    .container{
        padding-bottom:30px;
    }
    .logo2{
        max-width: 120px;
        min-width: 120px;
        height: auto;
    }

    .line{
        font-size:18px;
    }

    .video-container{
        padding-top:20px;
        max-width: 500px;
    }
}
