.Oti24ResponsivevideoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	float:left;
	width: 100%;
}
.Oti24ResponsivevideoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Oti24VideoPreview{
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
}

.Oti24VideoPreview::before{
	position: absolute;
	content: "\f236";
	font-family: dashicons;
	font-size: 50px;
}