.shortcode-images-gallery .slider-gallery-thumb,
.shortcode-images-gallery .slider-gallery-shortcode{
   position: relative;
   overflow: hidden;
}
.shortcode-images-gallery .button-next,
.shortcode-images-gallery .button-prev{
   position: absolute;
   top: 0;
/*   transform: translateY(-50%);*/
   width: 60px;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 99;
/*   border-radius: 4px;*/
}
.shortcode-images-gallery .button-next .buttons,
.shortcode-images-gallery .button-prev .buttons{
       background-color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 30px;
   height: 30px;
}
.shortcode-images-gallery .button-next svg,
.shortcode-images-gallery .button-prev svg{
   width: 20px;
   height: 20px;
   fill: red;
}
.shortcode-images-gallery .button-next{
  right: 0;
}
.shortcode-images-gallery .button-prev{
  left: 0;
}

.shortcode-images-gallery .slider-gallery-shortcode:hover .button-prev{
      background: linear-gradient(-90deg, rgba(44,44,44,0) 0%, rgba(44,44,44,0.8) 100%);
}
.shortcode-images-gallery .slider-gallery-shortcode:hover .button-next{
  background: linear-gradient(90deg, rgba(44,44,44,0) 0%, rgba(44,44,44,0.8) 100%);
}
.shortcode-images-gallery .re__overlay{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   text-align: center;
   z-index: 1;
       background: rgba(0,0,0,0.3);
       -webkit-backdrop-filter: blur(64px);
    backdrop-filter: blur(64px);
}
.shortcode-images-gallery .re__overlay img{
      object-fit: cover;
    height: 100%;
    vertical-align: middle;
}
.shortcode-images-gallery .swiper-slide a{
   padding-top: 52%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    position: relative;
    z-index: 2;
}
.shortcode-images-gallery .pagination-count{
   position: absolute;
   right: 16px;
   bottom: 16px;
   color: #ffffff;
   z-index: 100;
      width: auto;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal !important;
    padding: 0px 8px;
    left: auto;
}

.shortcode-images-gallery .slider-gallery-thumb .media-thumbs-item{
    position: relative;
    padding-top: 70%;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
}
.shortcode-images-gallery .slider-gallery-thumb{
  margin-top: 8px;
}
.shortcode-images-gallery .slider-gallery-thumb .media-thumbs-item img{
position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    object-fit: cover;

}
.shortcode-images-gallery .slider-gallery-thumb .swiper-slide-thumb-active .media-thumbs-item{
   border-color: #000000;
}