#contentArea, #sidebar {display: none;}

.mc_gallery .block_full img {
	width: 100%;
    max-height: 430px;
}

.mc_gallery .block_thumb {
	background-color: #000;
}
.item_thumb_single_vehicle .item {}

.mc_gallery .item_thumb_single_vehicle .item {
	opacity: 0.35;
	transition: all 250ms ease;
}

.mc_gallery .item_thumb_single_vehicle .item img {
	margin: auto;
	width: 150px;
}
.mc_gallery .item_thumb_single_vehicle .item:hover,
.mc_gallery .item_thumb_single_vehicle .slick-current {
	opacity: 1;
}


#mcVehDescription h1 {
	font-size: 1.3em;
}

#mcVehDescription h2 {
	font-size: 1.1em;
}

#mcVehDescription h3 {
	font-size: 1em;
}

@media screen and (min-width: 1640px) {
	.mc_gallery .block_full img {
		max-height: 800px;
		width: auto;
		margin: 0 auto;
		}
}

#mcVehDescription {margin: 0 0 20px;} /* Temporary  - until we allow p tags */

/* Video Zone */
#vehicleVideoZone {display: none;}
.youtube-embed-cont-single {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-embed-cont-single iframe, .youtube-embed-cont-single object, .youtube-embed-cont-single embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-embed-cont-single {margin: 0 0 30px;}

img.images-autos {
	object-fit: contain;
}

img.images-autos-thum {
    object-fit: cover;
    object-position: center;
}
