@media only screen and (max-width: 768px) {
    .ps_imageslider .carousel {
        height: 200px;
        width: 100%;
    }
    .ps_imageslider .carousel-item .carousel-image {
        object-fit: fill;
    }
}