html, body {
	height: 100%;
}
body {
	font-size: 80%;
	font-family: helvetica, sans-serif;
}
.lazy {
	display: none;
}
#content {
	padding: 7% 5%;
	height: 100%;
}
#content .item {
	float: left;
	margin: .25em;
}
#content .item img,
#content .item video {
	width: 100%;
	height: 100%;
}
.cdMonsterLink {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1001;
	display: block;
	width: 300px; height: 221px;
	background-color: transparent;
	
	opacity: .6;
	-webkit-transition:opacity .25s linear;
	   -moz-transition:opacity .25s linear;
	     -o-transition:opacity .25s linear;
	        transition:opacity .25s linear;
}
.cdMonsterLink:hover {
	opacity: 1;
}
.cdMonsterLink img {
	width: 100%;
	height: 100%;
}