.ver-monumentos{
	margin-top: 120px;
}
.control-position{
	position: relative;
}
.image-right{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 255px;
}
.image-right-large{
	background-size: cover;
}
.image-left{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	background-color: white;
	background-position: center;
	background-size: 255px;
	background-repeat: no-repeat;
}
.text-left .control{
	padding-right: 100px;
}
.text-right .control{
	padding-left: 100px;
}
.km{
	font-family: 'Maison Neue Bold';
}
.monumento-0 .image-left{
	background-size: 400px;
}

@media only screen and (max-width: 991px) {
	.text-left .control {
	    padding-right: 40px;
	}
	.text-right .control {
	    padding-left: 40px;
	}
}

@media only screen and (max-width: 767px) {

	.image-right,
	.image-left{
		position: relative;
		width: 100%;
		height: 350px;
		margin-bottom: 40px;
		background-size:200px;
	}
	.monumento-0 .image-left{
		background-size: 200px;
	}
	.control-position{
		padding-top: 0;
	}
	.text-left .control {
	    padding-right: 0
	}
	.text-right .control {
	    padding-left: 0
	}
	.image-right-large{
		background-size: cover;
	}
}