.sc-video-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
}
.sc-video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
.sc-video-player .thumbnail {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.sc-video-player:hover .thumbnail {
	-webkit-filter: brightness(85%);
}
.sc-video-player .play {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 68px;
	width: 68px;
	cursor: pointer;
	transition: .25s;
}




#sc-youtube-embed-settings {
	padding-right: 20px;
}
#sc-youtube-embed-settings .field-wrapper {
	margin-bottom: 40px;
}
#sc-youtube-embed-settings .upload_image .image_preview {
	max-width: 400px;
	max-height: 70px;
	margin-bottom: 20px
}
#sc-youtube-embed-settings .upload_image .image_url {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	max-width: 800px;
}