

.q_logo a{
height: 60px !important;
}

@media only screen and (max-width: 480px){
.q_logo a, .q_logo img {
    height: 45px !important;
}
}

/* iPad */
@media only screen and (max-width: 1000px){
.q_logo a, .q_logo img {
    height: 64px !important;
}
}


