@media screen and (max-width: 1280px) {

	.albumCover {
		transform: translate3d(-50%, -25%, 0);
		width: 50%;
	}

	.albumCover > img {
		display: none;
	}

	.albumCover > iframe {
		width: 100%;
	}
}

@media screen and (max-width: 414px) {
	.album-header {
		display: none;
	}

	.album iframe {
		height: 400px;
	}
}