.jash-products-listing-video {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	opacity: 1;
	left: 0;
}

.jash-products-listing-video.lazy {
	opacity: 0;
	transition: .1s;
}