.section-stories-reviews {
  padding: 70px 0 90px 0;
}


.stories-item__image picture {
  position: relative;
  display: block;
  padding-top: 170%;
}

.stories-item__image picture img {
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  height: calc(100% - 20px);
  left: auto;
  object-fit: cover;
  object-position: center;
}

.stories-item__image {
  margin-left: 10px;
}

.stories-reviews .owl-nav button {
  position: static !important;
}

.stories-reviews .owl-nav {
  display: flex;
  justify-content: center;
  padding-top: 25px
}

.gal.wee .more a.disabled {
  display: none
}


.before_after.gal a.disabled,
.gallery.gal .more a.disabled {
  display: none
}

/* owl nav */

.section-stories-reviews .owl-nav .owl-next {
  background-image: url(/images/svg/ic_arr-right.svg)
}

.section-stories-reviews .owl-nav .owl-prev {
  background-image: url(/images/svg/ic_arr-left.svg)
}

.grid[data-gallery="before"] a{
  width: calc(50% - 29px)
}


.grid[data-gallery="before"] a picture{
  display: block;
  padding-top: 66%;
  background-color: #ece4dd;
  position: relative
}
.grid[data-gallery="portfolio"] a picture {
  display: block;
  padding-top: 130%;
  background-color: #ece4dd;
  position: relative
}

.grid[data-gallery="before"] a picture img,
.grid[data-gallery="portfolio"] a picture img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  height: 100%;
  object-fit: cover;
}


@media screen and (min-width: 1320px) {

  .section-stories-reviews .owl-nav .owl-prev,
  .section-stories-reviews .owl-nav .owl-next {
    width: 35px;
    height: 50px;
    background-size: contain;
    margin: 20px 20px 0 20px
  }

  .section-stories-reviews .owl-nav {
    width: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    height: 0 !important;
    left: -100px;
    right: -100px;
    margin-top: -75px
  }

  .section-stories-reviews .owl-nav>button {
    margin: 0
  }

  .section-stories-reviews .owl-nav>button.disabled {
    opacity: 0.2
  }
}


@media screen and (max-width: 1320px) {

  .section-stories-reviews .owl-nav .owl-prev,
  .section-stories-reviews .owl-nav .owl-next {
    width: 15px;
    height: 30px;
    background-size: contain;
    margin: 20px 20px 0 20px
  }
}

@media screen and (max-width: 767.98px) {

  .grid[data-gallery="before"] a{
    width: calc(100%)
  }
  
}

