/********************* HEADER *********************/

.premium #header{
	background-image: url('../assets/images/header/backgroundPremium.png');
	background-size: 360px 120px;
}


/********************* CONTENT *********************/

.premium #content{
	max-width: 1884px;						/* make the max width of #main 1624 (incl. margins) */ 
	width: calc(100%);
}

.premium .horizontalAdSlot,
.premium .verticalAdSlot,
.premium #leftBanner,
.premium #rightBanner,
.premium #topBanner{
	display: none;
}

/********************** RESPONSIVE STYLES **********************/

/* When retina, set background-images to high res versions */
@media 	(-webkit-min-device-pixel-ratio: 2),
		(   min--moz-device-pixel-ratio: 2),
		(     -o-min-device-pixel-ratio: 2/1),
		(        min-device-pixel-ratio: 2),
		(                min-resolution: 192dpi),
		(                min-resolution: 2dppx) {
	.premium #header {
		background-image: url('../assets/images/header/backgroundPremium@2x.png');
	}
}
