.popup {
	display: none;
	/*opacity: 0;*/
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 999;
}

/*.popup.popup-show {
	display: block;
	opacity: 1;
}*/

.popup .btn-close-popup {
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background-image: url('../img/fancybox_sprite.png');
}

.feature-sponsor a {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 15px 0;
}

.video-container {
	position:relative;
	/*padding-bottom: 56.25%;*/
	/*overflow:hidden;*/
}

.video-container iframe, .video-container object, .video-container embed {
	/*position: absolute;
	top:0;
	left:0;*/
	width: 100%;
	/*height: 100%;*/
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	.popup .btn-close-popup {
		background-image: url('../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
