/* Hide normal header text - Only logo needed*/
.page-titles__container h1 {
    display: none;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 0px white, 1px 1px 0px black;
}

.header-logo {
    height: 240px;
    line-height: 0;
}

.header-logo__img {
    max-height: 240px;
    width: auto;
    display: block;
}