/**Slider**/
@media(min-width: 0) and (max-width: 527px){
    .auc-search__right-section .auc-slots__carousel-container .slick-slide>div>div>*{
        height: fit-content;
    }

    .auc-search__right-section .auc-slots__carousel-container .auc-content-wrapper img{
        width: 100%;
        object-fit: contain;
    }

    .auc-search__right-section .auc-slots__carousel-container .slick-dots{
        bottom: 0.2375rem;
    }
}

@media(min-width: 528px){
    .auc-search__right-section .auc-slots__carousel-container .auc-content-wrapper img{
        min-height  : 175px;
        object-fit  : cover;
    }
}

@media(min-width: 1025px){
    .auc-search__right-section .auc-slots__carousel-container .auc-content-wrapper img{
        min-height: 150px;
    }
}

@media(min-width: 1366px){
    .auc-search__right-section .auc-slots__carousel-container .auc-content-wrapper img{
        height : 200px;
    }
}

/**Lateral**/
.auc-slots__left-section-slots .auc-content-wrapper,
.auc-slots__left-section-slots .auc-content-wrapper a,
.auc-slots__left-section-slots .auc-content-wrapper img {
    height: 100%;
    max-height: 300px;
}