.lazy img { 
  height: 425px;
  margin-right: 10px;
}
.lazy img:hover{
  opacity: 0.7;
}

.pr img { 
  height: 115px;
  margin-right: 10px;
}

.lazy img.prev-arrow, .lazy img.next-arrow {
  height: 30px;
  position: absolute;
  top: 180px;
  z-index: 1;
}
.lazy img.prev-arrow {
  left: -15px;
}
.lazy img.next-arrow {
  right: -25px;
}

.slick-dots{
  bottom: -50px;
}
.slick-dots li{
  margin: 0 10px;
}
.slick-slide img{
  border:1px solid #EFEFEF;
}

@media screen and (max-width: 599px) {
  .lazy img {
    height: 170px;
  }
  .pr img {
    height: 121px;
  }
  .lazy img.prev-arrow, .lazy img.next-arrow {
    height: 0;
  }
  .slick-dots{
    bottom: -39px;
  }
}

@media screen and (max-width:991px) { 
  .slick-list { 
    overflow: unset;
    overflow-x: scroll;
  }
}
