.imgYoutube {
	display:none;
}
.youtube-video {
	display:block !important;
}

.videoControls {
	background:none;	
}
.youtubePlayIcon {
	display:none;
}

.section-media .youtube-video iframe {
	height: 300px;
	width: 380px;
}

.section-media.imgCntr .youtube-video iframe, .section-media.imgCntr.youTubeAdded {
	height: 500px;
	width: 800px;
}

.imgCntr .yesVideo {
	height:100%;
	width: 100%;
}

@media screen and  (min-width: 568px) and (max-width: 800px){
	
	.section-media.imgCntr .youtube-video iframe, .section-media.imgCntr.youTubeAdded {
		max-width: 100%;
		height: 400px;
	}
	
	.section-media .youtube-video iframe {
		max-width: 100%;
		height: 300px;
	}
	
	.section-media.youTubeAdded {
		border-left:none;	
		border-right:none;
	}
}

@media screen and (max-width: 880px) and (min-width: 768px) {
	.section-media.youTubeAdded{
		max-height: 100% !important;
	}
}

@media screen and (max-width: 568px){
	.yesVideo, .section-media .youtube-video iframe, .section-media.imgCntr .youtube-video iframe {
		max-width: 100%;
		height: 200px;
	}

	.section-media.imgCntr .youtube-video iframe, .section-media.youTubeAdded, .section-media.imgCntr.youTubeAdded .section-media .youtube-video iframe, .section-media .youtube-video iframe {
		height: 200px !important;
	}
	
	.section-media.youTubeAdded {
		border-left:none;	
		border-right:none;
	}
}