.e5_video_container {
	overflow: hidden;
	padding-top: 56.25% !important;
	position: relative
}

.accordion .e5_video_container .rcb-content-blocker {
	margin-top: -56.25%;
}

.e5_video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.e5_video_thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: white;
	object-fit: cover;
	pointer-events: none;
}

.e5_video_play {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	z-index: 10;
	cursor: pointer;
}

button:disabled,
button[disabled]{
	opacity: 1;
}

.e5_video_play img {
	position: relative;
	max-width: 85px;
	max-height: 85px;
	margin: 0 auto;
	border-radius: 50%;
	cursor: pointer;
	z-index: 3;
	pointer-events: none;
}

.e5_video_play img:hover {
	transform: scale(1.1);
}

.e5_video_container .rcb-content-blocker .wp-exclude-emoji {
	z-index: 100;
}

.e5_video_container iframe, .e5_video_container .e5_video_thumbnail {
	border-radius: 10px;
}

@media screen and (max-width: 549px) {
	
}