.lps-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    width: 300px;
}

.lps-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.lps-image img.MainImage {
    min-height: 220px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.lps-image .add_shortlist {
    font-size: 20px;
    left: 0px !important;
}
.lps-image #slide_cont {
    width: 100% !important;
    height: auto !important;
}
.lps-image .marbella .add_shortlist {
    font-size: 20px;
    left: 0px;
}
.lps-image .results-prev-image:before {
    content: "\f053";
}
.lps-image .results-next-image {
    left: 90% !important;
}
.lps-image .results-next-image:before {
    content: "\f054";
}
.lps-image .results-prev-image, .lps-image .results-next-image {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff !important;
    font-size: 19px;
    padding: 5px;
    border-radius: 4px;
    top: 50%;
    left: 3%;
}

.lps-body {
    padding: 12px;
    text-align: center;
}

.lps-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    margin: 6px 0;
}

.lps-price {
    font-size: 18px;
    font-weight: bold;
}

.lps-brochure {
    display: block;
    background: #000;
    color: #fff;
    padding: 8px;
    margin-top: 8px;
    text-decoration: none;
}

.lps-slider .swiper-slide {
    width: 100%;
}

@media (max-width: 768px) {
    .lps-card {
        width: 85%;
    }
}
.wd-paged{
	display: none !important;
}