.catBox {
    height: 300px;
    border-radius:5% !important;
    overflow:hidden;
}

.catBox-img {
    height: 240px;
}

.catBox-label {
    background: #d0e0ff;
    height: 60px;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .catBox {
        height: 360px !important;
        border-radius:10% !important;
    }

    .catBox-img {
        height: 300px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}