.offers-hot {
    height: auto;
}
.offers-hot:hover {
    box-shadow: 0 0 8px #383838 !important;
    transition: box-shadow 0.2s ease-in-out;
}

.offers-hot-image {
    max-height:200px !important;
}

.category-offer {
    height: 280px;
    max-height:280px !important;
    overflow-y:hidden;
}

.category-offer:hover {
    box-shadow: 0 0 8px #383838 !important;
    transition: box-shadow 0.2s ease-in-out;
}


.category-offer-image {
   /* max-height:225px !important; */
    height: 100%;
    max-height:255px;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .offers-hot-image {
        max-height:300px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .offers-hot-image {
        max-height:300px !important;
    }
    .category-offer {
        height: 380px;
        max-height:380px !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .offers-hot {
        height:440px !important;
        max-height: 440px !important;
    }

    .offers-hot-image {
        max-height:300px !important;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .offers-hot {
        height:440px !important;
        max-height: 440px !important;
    }

    .offers-hot-image {
        max-height:300px !important;
    }
}