/*@media only screen and (max-width: 480px){
  #iframeVideo iframe{
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 500px){
  .VideoPaddingTop{
    padding-top: 0px !important;
  }
}
@media(max-width: 868px){
  .video_contain #bgvid{
    display: none;
  }
  .video_contain img{
    visibility: visible;
  }
}*/


/***** codigo antigo acima *****/


/*@media (max-width: 1450px) {

}*/

.bgiframe {
    width: 100%;
    height: 100%;
    padding-top: 0;
    position:relative;
    aspect-ratio: 16/9;
}

@media (max-width: 1200px) {
    .video_contain #bgvid {
        display: none;
    }
    .video_contain img {
        visibility: visible;
    }
    #iframeVideo iframe {
        max-width: 100% !important;
        width: 100% !important;
    }
    .VideoPaddingTop {
        padding-top: 0px !important;
    }
}

@media (max-width: 768px) {
    .bgiframe {
        height: 50%;
    }
}

@media (max-width: 576px) {
  .bgiframe {
      height: 30%;
  }
}

/*@media (max-width: 992px) {

}

@media (max-width: 576px) {
    
}
@media (max-width: 320px) {
    
}*/