/**====================================
Contents
====================================**/
.ecomm-categories-01{

}
.ecomm-categories-card{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ecomm-categories-card figure{
    height: 100%;
}
.ecomm-categories-card:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(21,21,21,1) 100%);
}
.ecomm-categories-card figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ecomm-categories-card .card-body{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 5;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 1199px){}



