
/* Estilos para el carousel */

.ccrz-carousel-text-style {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 5px;
  border-radius: 8px;
}

.ccrz-carousel-div-size {
  height: 300px;
  overflow: hidden;
}

.ccrz-carousel-div-size img {
  width: 100%;
  height: 60%;
  object-fit: contain;
  background-color: white;
}

@media (min-width: 576px) {
  .ccrz-carousel-div-size {
    height: 350px;
    overflow: hidden;
  }

  .ccrz-carousel-div-size img {
    width: 100%;
    height: 80%;
    object-fit: contain;
    background-color: white;
  }
}