@media (min-width: 1200px) {
    .container.header_container {
        width: 1180px;
    }
}

@media (min-width: 992px) and (max-width: 1500px) {
    #logo {
        width: 270px !important;
    }
}