/* Start custom CSS */.asp_r .item {
    width: 14% !important;
}
.asp_image {
    width: 100% !important;
    min-height: 200px;
    background-size: contain !important;
}

@media only screen and (max-width:480px) {
    .asp_r .item {
        width: 40% !important;
    }
}/* End custom CSS */