/* BEDOCE CMS · Nosotros · soporte de banner imagen/video */
.about-banner .hero-slide {
  overflow: hidden;
}

.about-banner .hero-banner-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 960px) {
  .about-banner .hero-banner-video {
    object-position: center;
  }
}
