.custom-img-container {
    width:12.5%;
}



/** responsive **/

/** smartphone **/
@media screen and (max-width: 1200px) {
 
    .custom-img-container {
        width:33.3%;
    }
}

/** tabledt **/
@media screen and (max-width: 1400px) {
 
    .custom-img-container {
        width:33.3%;
    }
}