section {
	right: 3%;
    top: 3%;
	position: absolute;
	z-index: 100000;
}
section button {
	border: none;
	outline: none;
	background: none;
    font-size: 5.5vw;
	color: #fff;
}
.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: 850px) {
    section {
	right: 3%;
    top: 2%;
}
section button {
    font-size: 8vw;
}
}


@media screen and (max-width: 581px) {
section {
	right: 0%;
    top: 2%;
    text-align: right;
}
section button {
	border: none;
	outline: none;
	background: none;
    font-size: 13vw;
	color: #e3017e;
}
}