/*
Theme Name: WGSF base theme
Description: Design and development by team at <a href="https://www.stickyeyes.com/">Stickyeyes</a>
Author: Stickyeyes
Author URI: https://www.stickyeyes.com/
License: GNU General Public License Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/
body > img {
  height: 0px !important;
    display: none;
}
.hp-banner {
    padding: 1px 20px;
    text-align: center;
    background-color: red;
    color: #fff;
}
@media (max-width: 1200px) {
    .page-header h2 {
        font-size: 2.75em;
    }
    .page-header__inner span.arrow:before {
        width: 53px;
        height: 92px;
    }
}