.packs__gallery-slider .owl-carousel .owl-item {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.3;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.packs__gallery-slider .owl-item.active.middle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.packs__gallery-slider .owl-carousel .owl-nav .owl-prev, .packs__gallery-slider .owl-carousel .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 61px;
  height: 61px;
  background: rgba(0, 0, 0, 0.25) !important;
  border-radius: 20px;
  color: #fff !important;
  font-size: 3em !important;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -40px;
}

.packs__gallery-slider .owl-theme .owl-nav [class*=owl-]:hover {
  color: #FFF;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5) !important;
}
.packs__gallery-slider .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.packs__gallery-slider .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
@media (max-width: 575px) {
  .packs__gallery-slides .owl-prev, .packs__gallery-slides .owl-next {
    width: 45px !important;
    height: 45px !important;
    margin: 0 -10px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1499px) {
  .packs__gallery-slides .owl-prev, .packs__gallery-slides .owl-next {
    margin: 0 -10px !important;
  }
}