.gallery-slider-wrap {
  max-width: 720px !important;
  margin: 0 auto;
  position: relative;
}

.my-gallery-slider {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.my-gallery-slider .swiper-slide {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-gallery-slider .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.my-gallery-slider img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.gallery-slider-wrap .swiper-button-prev {
  left: 0;
}

.gallery-slider-wrap .swiper-button-next {
  right: 0;
}

.gallery-slider-wrap .swiper-button-prev,
.gallery-slider-wrap .swiper-button-next {
  color: #000;
}



.gslide-description {
    position: fixed !important;
    top: 50px;
    right: 20px;
    left: auto !important;
    bottom: auto !important;

    max-width: fit-content !important;
  
    background:none !important;
    color: #fff;
    border-radius: 6px;
}

.gslide-title {
    color: #fff !important;
    margin: 0 !important;
    font-family: Jost, sans-serif;
}



@media screen and (max-width: 480px)

{

.my-gallery-slider .swiper-slide 
{
  height: 380px;
}


.gslide-description {

  bottom: 0px !important;
  right: auto !important;
  top:auto !important;
  font-size:16px;
  background-color: #000 !important;

}


.glightbox-mobile .glightbox-container .gslide-description {

  padding-bottom: 30px;
}

}