* {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.image {
	background: url('castroemedos.jpg') 50% 50% / cover no-repeat;
	position: relative;
}
.centro {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	height: auto;
	width: auto;
}
.centro img {
	width: 50%;
	max-width: 50vw;
	height: auto;
	display: block;
	margin: 0 auto 2%;
}
.centro a {
	color: #fff;
	text-decoration: none;
	font-size: calc(10px + 2vh + 2vw);
	font-family: 'Anton', sans-serif;
	display; block;
	white-space: nowrap;
}