.slide_gallery_height {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  max-height: 65vh;
  height: 100%;
}

.slide_gallery_height .swiper-slide {
  width: auto;
}

.slide_gallery_height .swiper-slide a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide_gallery_height .swiper-slide a img {
  height: 100%;
}

.gallery_fh_prev {
  width: 50px;
  height: 50px;
  opacity: 1 !important;
  position: absolute;
  left: 40px;
  top: 50%;
  margin: 0;
  transform: translate3d(0, -50%, 0);
  pointer-events: initial;
  z-index: 1;
}

.gallery_fh_prev:after {
  display: none;
}

.gallery_fh_prev svg path {
  transition: all 300ms;
}

.gallery_fh_next {
  width: 50px;
  height: 50px;
  opacity: 1 !important;
  position: absolute;
  right: 40px;
  top: 50%;
  margin: 0;
  transform: translate3d(0, -50%, 0);
  pointer-events: initial;
  z-index: 1;
}

.gallery_fh_next:after {
  display: none;
}

.gallery_fh_next svg path {
  transition: all 300ms;
}

.swiper-button-next.gallery_fh_next.swiper-button-disabled,
.swiper-button-prev.gallery_fh_prev.swiper-button-disabled {
  pointer-events: initial;
}
