

.page-template-contact-page .title_without_animation {
height:450px;
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

     .q_logo img {
    max-width: 240px !important;
    top: 14px !important;
    width: 240px !important;
    height: 50px !important;
    max-height: 50px !important;

     }
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
     .q_logo img {
    max-width: 125px !important;
    top: -14px !important;
    width: 125px !important;
    height: 29px !important;
    max-height: 29px !important;

     }
}
