.fade-gallery-wrapper {
  max-width: 800px;
  margin: auto;
}

.fade-gallery-large {
  text-align: center;
  margin-bottom: 20px;
}

.fade-gallery-large img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}

.fade-gallery-thumbs {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.fade-gallery-thumbs .swiper-slide {
  width: auto;
  padding: 5px;
  cursor: pointer;
}

.fade-gallery-thumbs img {
  width: 100px;
  height: 75px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color 0.3s;
}

.fade-gallery-thumbs img.active-thumb {
  border-color: #0073aa;
}
