figure {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}


/* .container{
    padding-left: 540px;
    padding-right: 540px;
} */
.best-mercedes-container{
	width: 60%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.hover01 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	
}
.hover01 a:hover,.hover01 a{
color:#c4b7b7;
}
@media only screen and (min-width:1500px){
	.best-mercedes-container{
		width:50%;
		
	}
	.save-time-img{
		max-height: 919px;
	}
}

@media only screen and (max-width: 1499px) and (min-width: 769px)  {
	.best-mercedes-container{
		width:65%;
		
	}
	.save-time-img{
		max-height: 919px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 577px)  {
	.best-mercedes-container{
		width:80%;
		
	}
	.save-time-img{
		max-height: 771px;
	}
}
@media only screen and (max-width:576px) {
	.best-mercedes-container{
		width: 95%;
		}
	
}

