@media only screen and (max-width: 600px), (max-height: 600px){
    .headerLogo{
        width: 100px !important;
    }

    .jsScanner{
        display: block !important;
    }
}