.slp-by-price {
 display: block;
 width: 100%;
 height: auto;
}

.slp-fullWIDTH-container {
 display: block;
 width: 100%;
 height: auto;
}

.slp-60percent-desktopWIDTH-container {
 display: block;
 width: 60%;
 height: auto;
 margin: auto;
}

.slp-price-slider {
 display: block;
 width: 100%;
 height: auto;
}

.slp-price-slider-section {
 display: inline-block;
 width: 100%;
 text-align: center;
 overflow: hidden;
 position: relative;
 transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.slp-price-slider-section img {
 width: calc(100% - 14px);
 margin: auto;
 height: auto;
}

.slp-price-slider-section:hover {
 transform: scale(1.02);
 /*opacity: 0.8;*/
}

@media only screen and (max-width: 1024px) {
 .slp-60percent-desktopWIDTH-container {
  width: 100%;
 }
 .slp-price-slider-section:hover {
  transform: scale(1);
 }
 .slp-price-slider-section img {
  width: calc(100% - 10px);
 }
}

.slp-by-price .slick-slide {
 height: auto;
}