/* Carousel images: prevent stretching/cropping */
.opp-carousel .carousel-item img {
    object-fit: cover;
    height: 170px;
    width: 100%;
}

.detail-carousel .carousel-item img {
    object-fit: cover;
    height: 340px;
    width: 100%;
}

/* Evitar que el carousel encoja cuando no hay imagen */
.opp-carousel,
.opp-carousel .carousel-inner,
.opp-carousel .carousel-item {
    height: 170px;
}

.detail-carousel,
.detail-carousel .carousel-inner,
.detail-carousel .carousel-item {
    height: 340px;
}
