/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .header-nav .menu-main-wrapper {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 100;
}

@media screen and (max-width: 1200px) {
    #thumbnails>div>ul>div>div>li>img {
        width: 100%;
    }

    #header {
        min-height: 100px;
    }
}