#gallery_posts.owl-carousel .owl-stage-outer {
	overflow: hidden!important;
}

#gallery_posts .owl-item.active {
	padding-right: 5px!important;
}

#gallery_posts i {
	display: none;
	font-size: 4rem;
	color: var(--color_blue_to);
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#gallery_posts i:hover {
	color: var(--color_red_to);
}

#gallery_posts img#img_yutub {
	max-height: 245px;
	width: 100%;
}

@media (max-width:400px) {
	#gallery_posts img#img_yutub {
		max-height: 100px;
	}

	#gallery_posts i {
		font-size: 3rem;
		top: 50%;
		left: 50%;
	}
}

#gallery_posts a:before {
	content: " ";
	position: absolute;
	z-index: 1;
}

#gallery_posts a i {
	display: block;
	z-index: 2;
}