/*


*/
@media screen and (min-width:0\0) { 
    .chosen-container .chosen-results{
		overflow-y: scroll;
	
	}
	
	.grid .vehicle .rating::before{
		font-size: 30px !important;
	}
	
	.mdx-result-list.grid .vehicle .vehicle-inner .vehicle-name, 
	.tiles-container-10.grid .vehicle .vehicle-inner .vehicle-name{
		transform: inherit;
	}
}


/* IE responsive fix */
@media screen and (min-width:0\0) and
(min-width: 1435px) and (max-width: 1600px) {
	
		#animation .anim-inner  > div.format-7x3{
			padding-bottom: 50% !important;
		}
		
		#animation .anim-search-form{
			top: 45%;
		}
}
	
@media screen and (min-width:0\0) and 
(min-width: 1222px) and (max-width: 1434px) {
	
		#animation .anim-inner  > div.format-7x3{
			padding-bottom: 50% !important;
		}
		
		#animation .anim-search-form{
			top: 40% !important;
		}
}

@media screen and (min-width:0\0) and 
(min-width: 1199px) and (max-width: 1221px) {
	
		#animation .anim-inner  > div.format-7x3{
			padding-bottom: 50% !important;
		}
		
		#animation .anim-search-form{
			top: 38% !important;
		}
}

@media screen and (min-width:0\0) and 
(max-width: 1030px) {
	.page-home .vehicle .vehicle-name .rating::before, .page-results .vehicle .vehicle-name .rating::before{
		font-size: 25px;
	}
}









