.carousel-inner {
  max-width: 1600px;
  max-height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2),
              inset 0px 0px 10px rgba(0,0,0,0.2);
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-video-slide {
  overflow: hidden;
  background: #000;
}

.carousel-video-frame {
  position: relative;
  width: 100%;
  height: var(--quienes-carousel-height, 0px);
  min-height: 1px;
  overflow: hidden;
  background: #000;
}

#quienesSomosVideoPlayer,
.carousel-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}