/*RENTAL HIGHLIGHTS*/
.rental-item{
	background-color:#fff;
	padding:0;
	margin:30px 0;
	font-weight:500;
	border-radius:6px;
	-webkit-border-radius:6px;
}

.rental-item img{
	-webkit-order-radius: 0;
	-moz-order-radius: 0;
	border-radius: 0;}

.rental-item img{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.rental-image{
	padding:0;
}

.rental-item .rental-info{
	padding:0 40px;
}

.container.rental-highlights-block{
	margin:30px 0 0 0;
	padding:0;
}

.rental-image img{
	max-width:100%;
}