

@media only screen and (max-width: 480px) {
    .side_menu_button, .shopping_cart_inner {
        height: auto !important;
    }

    .q_logo img {
        height: auto !important;
        width: 100% !important;
        left: 0;
    }

    .logo_wrapper {  
        position: relative;
        left: 0;
    }

    .mobile_menu_button {
        height: auto !important;
        margin-top: 20px;
    }
}