.main{
   background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: 50%;
    position: relative;
  }
  .videoBG {
    position:fixed;
    z-index: -1;
    width:100%;     
    height: auto;
  }
  .side-overlay{
    background-color: rgba(0, 0, 0, 0.6);
    width: 32%;
    height: 100vh;
    align-items: center;
    display: block;
    align-content: center;
    text-align: center;
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .logo-img{
      max-height: 500px;
  }

  .buttons{
    min-height: 34px;
    border-radius: 50px;
    width: 300px;
    background-color: rgba(51,122,183,0.6);
    margin-bottom: 10px;
    padding: 5px 15px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: white;
  }

  a, a:hover, a:visited, a:focus{
    text-decoration: none;
    color: #fff;
  }

  .videoBG { 
    display: block;
  }
  .videoBG-mobile{
    display: none;
  }

  .text{
    padding: 0 12px 10px 12px;
    color: #ffffff;
  }

@media (min-aspect-ratio: 16/9) {
    .videoBG {
        width:100%;
        height: auto;
    }

    .videoBG-mobile {
      top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-aspect-ratio: 16/9) {
  .videoBG { 
      width:auto;
      height: 100%;
  }
  .videoBG-mobile { 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}



@media only screen and (max-width: 600px) and (orientation: portrait){ 
/*.main{
        background-image: url("../images/mobile.jpg");
    }*/
    .videoBG { 
      display: none;
    }
    .videoBG-mobile{
      display: block;
    }
    .side-overlay{
        width:100%;
        font-size: 14px;
    }
    .logo-img{
      max-height: 300px;
  }
}

@media only screen and (max-width: 600px) and (orientation: landscape){ 
  .logo-img{
    max-height: 150px;
  }
  .side-overlay{
    width:38%;
    line-height: 1;
    height: 100vh;
    font-size: 10px;
}
  .buttons {
    min-height: 25px;
    border-radius: 50px;
    width: 180px;
    margin-bottom: 6px;
    line-height: 1;
  }

  .text{
    line-height: 1.2;
    padding: 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 959px)  and (orientation: portrait){
    .videoBG { 
      display: none;
    }
    .videoBG-mobile{
      display: block;
    }
    .side-overlay{
        width:35%;
    }
    .logo-img{
      max-height: 425px;
  }

  .buttons {
    min-height: 40px;
    border-radius: 50px;
    width: 220px;
    margin-bottom: 10px;
    line-height: 1;
  }
  
}

@media only screen and (min-width: 600px) and (max-width: 959px) and (orientation: landscape){
  .side-overlay{
      width:35%;
  }
  .logo-img{
    max-height: 180px;
  }
  .buttons {
    font-size: 10px;
    min-height: 30px;
    border-radius: 50px;
    width: 220px;
    margin-bottom: 6px;
    line-height: 1;
  }
  .text{
    line-height: 1.2;
    font-size: 10px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 960px) and (orientation: landscape){
  .logo-img{
    max-height: 350px;
  }

  .side-overlay{
    width:32%;
}
}

@media only screen and (min-width: 960px) and (orientation: portrait){
  .logo-img{
    max-height: 425px;
  }
  .videoBG { 
    display: none;
  }
  .videoBG-mobile{
    display: block;
  }
}

@media only screen and (min-width: 1280px) {

}
    
@media only screen and (min-width: 1920px) {

}
