/** GMA override mobile header image fix KOM-andy Version 1.0.0 */

@media (max-width:767px) {
.masthead__columns {
    position: absolute;
    padding: 65% 10% 15px;
    width: 90%;
}
.author-parsys-shift {
	height: 0rem;
}
.masthead__image {
    max-height: 750px;
}
}