/* Any CSS Overrides should go here */
@media (min-width: 992px) {
    header#site-header #logo {
        width: 195px;
        height: 131px;
    }

        header#site-header #logo a {
            width: 195px;
            height: 131px;
        }

    .home header#site-header #logo {
        width: 244px;
        height: 164px;
    }

        .home header#site-header #logo a {
            width: 244px;
            height: 164px;
        }

    @media (max-width: 1199px) {
        .banner-component .item {
            padding-top: 140px;
        }

        .home .banner-component .item {
            padding-top: 160px;
        }
    }
}
