@media (max-width: 767px) {
    .header {
        min-height: 90px;
    }
    .big_img {
        max-width: 100%;
        height: auto;
    }
}