/* Estilo básico para las páginas */
.my-page img {
  width: 99vw !important;
  height: 99vh !important;
  /* object-fit: cover; */
}

.my-slider-progress {
  background: #ccc;
}

.my-slider-progress-bar {
  background: cyan;
  height: 10px;
  transition: width 400ms ease;
  width: 0;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  font-weight: bold;
  color: white;
  background-color: #ebebeb;
}

.splide__slide img {
  width: 98%;
  height: 95%;
  /* object-fit: cover; */
}