.youtube-slider .video {
    padding: 15px;
}

lite-youtube .lty-playbtn {
    display: none !important;
}

lite-youtube {
	width: 241px;
	height: 428px;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 auto;
}

lite-youtube::before {
	font-size: 16px !important;
	padding: 15px 15px !important;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff !important;
	color: #333 !important;
	min-height: 2em;
	min-width: 2em;
	border-radius: 50% !important;
}

.owl-prev {
	left: 18px;
}

.owl-next {
	right: 0px;
}

@media (max-width: 600px) {
	lite-youtube {
		width: 169px;
		height: 300px;
	}
	.owl-next {
		right: -6px;
	}
}