/*Benar English css */
/*========== Footer Logo Address==========*/
#footer-logo-address {
    background-image: url(/++theme++benar_english/footerlogoaddress.png);
}
@media only screen and (max-width: 992px) {
    #footer-logo-address {
        max-width : 980px;
        width: 100%;
    }
}
@media only screen and (max-width: 640px) {
    #footer-logo-address {
        background: url(/++theme++benar_english/footerlogoaddress640.png);
        height: 75px;
        width : 100%;
        max-width : 640px;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}
/*========== Footer Logo Address END */
