.headerSection {
	position: relative;
}

.headerImage {
	min-height: auto;
}

.logo {
	position: relative;
	z-index: 1;
}

button.wmg-button.icon-spotify span, button.wmg-button.icon-appleinc span
	{
	font-family: 'Baskerville';
	font-weight: bold;
}

footer {
	text-align: center;
	font-family: 'baskerville';
	font-weight: bold;
	padding-top: 1%;
	padding-bottom: 15px;
}

footer span {
	font-style: normal;
}

.copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
	letter-spacing: 0px;
	color: #9B9B9B;
	text-transform: capitalize;
	opacity: 1;
	font-family: 'Proxima N W01 Reg';
}

.copyright a {
	text-decoration: none;
	color: #fff;
	font-family: 'Proxima N W01 Reg';
	color: #9B9B9B;
}

.copyright a:hover {
	text-decoration: none;
	opacity: .7;
	transition: all 350ms ease-in-out;
}

.elektralogo {
	max-width: 50px;
	margin: 0 auto;
	padding-bottom: 2.5%;
}

.copy {
	display: inline-block;
}

.closeBtn {
	display: none;
}

.ytEmbedAndClose {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
	opacity: .5;
	top: -60px;
	font-size: 40px;
}

.mfp-close-btn-in .mfp-close:hover {
	color: #fff;
	opacity: 1;
}

.mfp-content {
	text-align: center;
}

.youtubeLightBox {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.youtubeLightBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#ytEmbedAndClose {
	width: 80%;
	margin: 0 auto;
}

.logoImg {
	max-width: 100%;
	width: 84%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	body .ytEmbedAndClose {
		max-width: 65%;
	}
	.albumimg img {
		height: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.logo {
		width: 50vw;
		margin: 0 auto;
	}
	.logo img {
		width: 45%;
		margin: 20px auto;
	}
	.pre-save.button {
		position: relative;
		width: 80%;
		margin: 0 auto;
	}
	.contentImage {
		width: 100%;
	}
	.details-tooltip, .presave-text-wrap {
		width: 83%;
		left: 4%;
	}
	.closeBtn {
		display: block;
		font-size: 12px;
		color: #fff;
		right: 6px;
		position: absolute;
		top: 4px;
		cursor: pointer;
	}
	div#spotify-presave-terms.cf.opened {
		margin-top: 5px;
	}
	.title.stepThree, .title.stepTwo {
		margin-top: 15px;
	}
	.leftWrapper.middleWrapper, .rightWrapper.middleWrapper {
		width: 100%;
		display: block;
		vertical-align: top;
	}
	.content-wrapper {
		min-height: calc(100vh - 82px);
	}
}

@media only screen and (max-width: 767px) {
	span.wmg-button.listen {
		min-width: 170px;
	}
	.musicTitle {
		padding: 33px 0 27px;
	}
	.musicWrapper {
		max-width: 276px;
	}
	.albumArt {
		max-width: 150px;
	}
	.contentImage {
		width: 100%;
	}
	.details-tooltip, .presave-text-wrap {
		width: 91%;
		left: 0;
	}
	.logo img {
		width: 45%;
		height: auto;
		margin: 20px auto 25px;
	}
	.closeBtn {
		display: block;
		font-size: 12px;
		color: #000000;
		right: 6px;
		position: absolute;
		top: 4px;
		cursor: pointer;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and
	(orientation: landscape) {
	.content-wrapper {
		min-height: calc(100vh - 93px);
	}
	.albumimg img {
		height: 35.5vh;
	}
}