/**
 * CSS RULES FOR DESKTOP
 */
.activeVideoPreview {
	opacity: 0;
	position: relative;
	z-index: 1;
}

.videoPreviewElm {
	display: inline-block;
	position: absolute;
	left: 0;
	max-height: 100%;
	top: 0;
	width: 100%;
	z-index: 0;
}

.webmFlipbookLoaderLine {
	background: #af181f;
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	transition: width .8s ease;
	-webkit-transition: width .8s ease;
	width: 0;
	z-index: 2;
}
