.takeover-banner {
    width: 100%;
    height: 100%;
    background: #000 center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
	z-index: 0;
}
@media only screen and (max-width: 1599px) {
	.takeover-banner {
		background: none !important;
		position: relative;
	}
	.takeover-banner picture {
		display: block;
		margin: 0;
		padding: 12px 12px 0;
	}
	.takeover-banner source,
	.takeover-banner img {
		display: block;
		margin: 0 auto;
		width: 1214px;
		max-width: 100%;
	}
}
