.rental_large{
	width:80%;
	float:left;
	background:rgba(255,255,255,1);
	box-shadow:3px 3px 10px rgba(10,10,10,.1);
	margin-top:1vw;
	margin-left:10%;
	overflow:hidden;
}
.rental_large h1{
	font-size:1.2vw;
	margin-left:2vw;
}
.rental_data{
	width:90%;
	font-size:.8em;
	margin-left:2vw;
}
.overunder{
	text-decoration:overline;
}
.rental_featured_image{
	width:100%;
	height:30vw;
	overflow:hidden;
}
.rental_featured_image img{
	width:100%;
	position:relative;
	top:-50%;
}
.rental_title_bar{
	width:100%;
	height:6vw;
	background:rgba(10,10,10,1);
}
.rental_title{
	color:white;
	text-align:center;
	font-size:2vw;
	position:relative;
	top:1.5vw;
}
.rental_left{
	width:50%;
	float:left;
	background:#F2F2F2;
}
.rental_right{
	width:50%;
	float:left;
}
.rental_details{
	float:left;
	width:100%;
	font-size:1.3em;
}

.rental_map{
	float:left;
	width:100%;
	height:20vw;
}
#map{
	width:90%;
	height:90%;
	margin:5%;
	box-shadow:3px 3px 10px rgba(1,1,1,.3);	
}
