/***** Header *****/

/*Responsive*/
@media only screen and (min-width: 769px) and (max-width: 1040px) {}

@media only screen and (max-width: 768px) {
    .header-logo img {
        max-height: 70px !important;
    }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 480px) {}