.carousel__photo {
  width: 100%;
  border-radius: 20px;
  transition: filter .2s;
}

.carousel__photo:hover {
  filter: brightness(90%);
}