section {
	right: 5%;
	text-align: right;
	font-size: 3.2vw;
	position: absolute;
	z-index: 100000;
}

section p {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}

section button {
	border: none;
	outline: none;
	background: none;
	color: #ec8e01;
}

.related > a {
	border: 1px solid #c2631a;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	color: #c2631a;
	opacity: 0.8;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
	-webkit-backface-visibility: hidden;
}

.related a:hover {
	border-color: #c2631a;
	color: #c2631a;
}

.related a img {
	max-width: 100%;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
	font-size: 65%;
	font-weight: 400;
}

@media screen and (max-width: 581px) {
.codrops-icon span {
	display: none;
}
section {
	right: 5%;
	text-align: right;
	font-size: 7vw;
	position: absolute;
}
}