/*Carrusel */

.carousel__img {
  position: absolute;
  transition: opacity .5s ease-in;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.carousel__img + .carousel__img { opacity: 0; }