body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
body {
	background-blend-mode: color;
	background-image: url(/img/world_iso_night_crop.png);
	background-size: cover;
	background-position: 50%;
	cursor: pointer;
}
.noblend {
	display: none;			
	position: absolute;
	height: 110px;
	width: 390px;
	top: 50%;
	margin-top: -55px;
	left: 50%;
	margin-left: -195px;
	color: white;
	font-family: sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
}
.ytcontainer {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -210px;
	left: 50%;
	margin-left: -228px;
	box-shadow: 0 5px 30px rgba(0,0,0,0.5);
	background: black;
	border-radius: 5px;
	overflow: hidden;
	height: 360px;
	width: 456px;
	-webkit-transition: -webkit-transform 0.1s ease-out;
	transition: transform 0.1s ease-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}
#video {
	margin-left: -80px;
	width: 640px;
	height: 360px;
}
@media (max-width: 480px) {
	#video {
		margin-left: -53px;
		width: 426px;
		height: 240px;
	}
	.ytcontainer {
		margin-top: -140px;
		margin-left: -152px;
		height: 240px;
		width: 304px;
	}
}
.social {
	position: fixed;
	bottom: 0;
	right: 5px;
	opacity: 0.8;
	a {
		text-decoration: none;
	}
}