/* === REMOVE SPACE BETWEEN MENU BAR AND BANNER === */
.page-main {
    margin-top: 0 !important;
}

/* Make category banner full width in category pages */
.catalog-category-view .category-image img {
    width: 100%;
    height: 300px;
    max-width: 100%;
    display: block;
}
