body {
	position: absolute !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.codrops-header {
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
	color: #fff;
	height: 30%;
	position: relative;
	background: rgba(255, 255, 255, 0.1);
}

.codrops-header h1 {
	margin: 0;
	font-weight: 400;
	font-size: 2.5em;
	font-family: 'arialblack';
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;

	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 0.6em;
	opacity: 0.7;
}

.champion {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding: 2%;
}

@media (min-width: 844px) {
	.champion-img-desktop {
		display: inline-block;
		width: 20%;
	}

	.champion-img-mobile {
		display: none;
	}
}

@media (max-width: 843px) {
	div.left,
	div.right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: left;
	}

	.champion-img-desktop {
		display: none;
	}

	.champion-img-mobile {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
}

.champion-img-desktop > img {
	display: block;
	width: 100%;
}

.content {
	max-width: 700px;
	width:55%;
}

form {
	margin: 0;
}

.right {
	text-align: right;
}