#post-16266 article[id^="post-"] h2.title_color_secondary,
#post-18483 .title_color_secondary {
	color: #000 !important;
}

.video_overlay {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	z-index: 1;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translate(0, -50%);
	pointer-events: none;
}

.video_overlay .icon {
	font-size: 44px;
	color: #fff;
}

.img_pos_top {
	object-position: top;
}

.img_pos_bottom {
	object-position: bottom;
}

.img_pos_center {
	object-position: center;
}
