.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/* padding-top: 30px; */
	height: 0;
	overflow: hidden;
	cursor: pointer;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-video:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-left: 20px solid #fff;
	margin-left: 11px;
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.25));
}

.c-video:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 3px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	z-index: 1;
}

.uc-embedding-wrapper {
  z-index: 1;
}

.uc-embedding-wrapper .title {
  font-weight: 700;
}


