.Background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


.Background::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.intro {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5em;
}

.intro__title {
    background-color: rgba(228,42, 38, 0.6);
	padding: 20px 20px !important;
	display: inline-block;
	height: auto !important;
	font-family: '321impact', sans-serif;
	color: #fff !important;
	font-size: 45px !important;
	text-shadow: 1px 1px 12px black;
}

.intro__subtitle {
	-moz-transform: rotate(-5deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform: rotate(-5deg); /* Safari */
	-o-transform: rotate(-5deg); /* Opera */
	-ms-transform: rotate(-5deg); /* IE9 */
	transform: rotate(-5deg); /* W3C */
    background-color: rgba(228,42, 38, 0.8);
	padding: 10px !important;
	font-family: 'insanibu', sans-serif;
	font-size: 30px;
	font-weight: 100;
	color: white;
	width: 95%;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px black;
}

.intro__subtitle_cancel {
	-moz-transform: rotate(-12deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform: rotate(-12deg); /* Safari */
	-o-transform: rotate(-12deg); /* Opera */
	-ms-transform: rotate(-12deg); /* IE9 */
	transform: rotate(-12deg); /* W3C */
    background-color: rgba(38, 38, 228, 0.8);
	padding: 10px !important;
	font-family: 'insanibu', sans-serif;
	font-size: 30px;
	font-weight: 100;
	color: white;
	width: 70%;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px black;
}

.intro_small {
	font-size: 20px;
}

@media screen and (max-width: 600px) {
	.Background::after {
	height: 50%;
	}
	.intro {
		padding: 1em;
	}
	.intro__title {
		font-size: 2em;
	}
	.intro__subtitle {
		font-size: 0.9em;
	}

	.intro_small {
		font-size: 0.6em;
	}

	.intro__button {
		font-size: 0.75em;
	}
	.codrops-header h1 {
		font-size: 1.25em;
	}
	.codrops-demos {
		font-size: 0.75em;
	}
	.codrops-demos span {
		display: none;
	}
}
