.cfg-gallery-wrapper {
  width: 100%;
  height: 100dvh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.main-slider {
  height: 88%;
  width: 100%;
  position: relative;
}
.main-slider img {
  object-fit: contain !important;
/*   width: 100%;
  height: 100% !important; */
}
.thumbs-slider {
  height: 12%;
  padding: 10px;
  box-sizing: border-box;
}
.thumbs-slider .swiper-slide {
  width: auto;
  height: 100%;
  opacity: 0.5;
  transition: opacity 0.3s;
  margin: 0 !important;
  border: 2px solid #000 !important;
}
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.thumbs-slider img {
  height: 100% !important;
  object-fit: contain;
  border-radius: 4px !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}
.cfg-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 4px;
  z-index: 10000;
}
@media (max-width: 768px) {
  .main-slider img {
    height: 100% !important;
  }
  .main-slider {
    height: 83%;
  }
  .thumbs-slider {
    height: 17%;
    padding: 5px;
  }
}

.fusion-flexslider.fusion-post-slideshow {
	display: none !important;
} 

.fusion-rollover-title, .fusion-rollover-title-link {
	line-height: normal !important;
	font-size: 25px !important;
}
