
/** ADD YOUR AWESOME CODES HERE **/
.shop-cat-box {
    height: 260px;              /* same box height */
    overflow: hidden;
    position: relative;
}

.shop-cat-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* keeps image proportion & fills box */
}
