@charset "utf-8";

@media screen and (min-width: 1200px) {
    #header.resized {
        height: 95px!important;
        transition: all .14s ease-in-out;
        border-bottom: 0!important;
    }

    .container {
        padding-top: 130px;
        padding-bottom: 48px;
    }

    #header.resized + .container {
        padding-top: 95px;
    }
}