.banners-extras img {
  width: 1220px 
}
@media only screen and (max-width: 100%) {
  .visible-mobile {
    display:inherit !important 
  }
  
  
  
  
  
  
  
  
.bandeiras-produto {
    display: none !important;
}

}



.banner-video-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Para mobile: aplica aspect-ratio */
@media only screen and (max-width: 1180px) {
    .banner-video-container {
        aspect-ratio: 2.33 / 1;
    }
}

/* Banner video ocupa tudo e corta excesso */
.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
