.sliderContainer {
  position: relative;
}

.swiper {
  height: 100%;
  width: 100%;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.favoriteButton {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  color: white;
}

.favorited {
  color: red !important;
}

.navButtonLeft,
.navButtonRight {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease;
}

.navButtonLeft:hover,
.navButtonRight:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.navButtonLeft {
  left: 96px;
  top: 53%;
}

.navButtonRight {
  right: 92px;
  top: 53%;
}

.slides {
  background: gray;
  /* width:  450px;
      height: 272px; */
}

.css-480o17-MuiGrid-root > .MuiGrid-item {
  padding-left: 10px;
}
