
@media (width <=1024px) and (orientation: landscape){
    .oil_banner_prox .oil_content_prox .oil_brand img {
        width: 20pc;
    }
}

@media (width <=992px) and (orientation: portrait){
    .oil_banner_prox .oil_content_prox .oil_brand img {
        width: 18pc;
    }
}
 
@media (width <=480px) {
    .oil_banner_prox .oil_content_prox .oil_brand img {
        width: 15pc;
    }
 }