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

section button {
	border: none;
	outline: none;
	background: none;
    font-size: 5vw;
	color: #fff;
}

.related > a {
	border: 1px solid #fddf00;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	color: #fddf00;
	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: #f15828;
	color: #f15828;
}

.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: 769px) {
.codrops-icon span {
	display: none;
}
section {
	right: 2%;
	text-align: right;
	font-size: 2vw;
	position: absolute;
}
section button {
	border: none;
	outline: none;
	background: none;
    font-size: 10vw;
	color: #fa4515;
}
}