.video-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2 !important;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.coverTap {
	background-size: contain;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	max-width: 853px;
	margin: 0 auto;
}

.play-button-bg {
	background-size: 100%;
	position: absolute;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.3);
	background-size: contain;
	background-position: center;
}

.player-wrap {
	position: relative;
	height: 0;
	overflow: hidden;
}

.player-wrap iframe,
.player-wrap object,
.player-wrap embed {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 853px;
	height: 100%;
	max-height: 700px;
}

.player-wrap.yep-youtube iframe,
.player-wrap.yep-youtube object,
.player-wrap.yep-youtube embed {
	max-height: 480px;
}

@media (min-width: 1140px) {
	.player-wrap {
		padding-bottom: 500px;
	}

	.player-wrap iframe,
	.player-wrap object,
	.player-wrap embed {
		max-height: 480px;
	}
}

@media (max-width: 1140px) {
	.player-wrap.yep-vimeo iframe,
	.player-wrap.yep-vimeo object,
	.player-wrap.yep-vimeo embed,
	.yep_wrapper.yep-vimeo .coverTap {
		max-width: none;
	}
}

@media (max-width: 480px) {

	.container .one-column.column {
		width: 100%;
	}

	.player-wrap.yep-youtube iframe,
	.player-wrap.yep-youtube object,
	.player-wrap.yep-youtube embed,

	.player-wrap.yep-vimeo iframe,
	.player-wrap.yep-vimeo object,
	.player-wrap.yep-vimeo embed {
		max-height: 100%;
	}

	.fixed-width {
		width: 100%;
	}
}



.coverTapTop,
.coverTapBottom {
	position: absolute;
	background: transparent;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.coverTapTop {
	top: 0;
}

.coverTapBottom {
	bottom: 0;
}

.after-time {
	display: none;
}

.yep_wrapper .marginer {
	line-height: 0 !important;
}
