@media all and (max-width:1039px), all and (max-device-width:1039px) {
body.view-sml .headerLogo {top:0px;width:40%;}
}

@media all and (max-width:700px), all and (max-device-width:400px) {
body.view-sml .headerLogo {width:80%;}
}

@media all and (max-width:400px), all and (max-device-width:400px) {
body.view-sml .headerLogo {width:100%;}
}
