.event-masthead-image {
    background-color: #0b301d;
    position: relative;
    height: 0;
    padding-bottom: 63.87%;
    display: none;
}
.event-masthead-image-1 { display: block; }

@media (min-width: 992px) {
	.event-masthead-image {
	    height: 100%;
	    padding-bottom: 0;
	    position: absolute;
	    right: -22%;
	    top: 0;
	    width: 100%;
	}
}

@media (min-width: 1260px) {
	.event-masthead-image {
	    right: -15%;
	}
}

.event-masthead__header::before { z-index: 10; }

.header { z-index: 120; }