﻿/************************/
/* VIDEO */

.custom-video-embed {
	position: relative;
}

.custom-video-embed__preview {
	cursor: pointer;
}

.custom-video-embed__preview__heading {
	color: white;
	bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-size: 1.6rem;
	left: 30px;
	line-height: 3;
	position: absolute;
	z-index: 10; 
}

.custom-video-embed__preview__heading:before {
	background: url("/images/play-btn.png") no-repeat  0 0; 
	border-bottom: 2px solid #c22c31;
	content: "";
	display: block;
	height: 63px;
	width: 31px;
}

.custom-video-embed__preview__thumbnail {
	width: 100%;
}

.custom-video-embed__video {
	display: none;
}

.imageOverlay__overlay--left-aligned {
	left: 0 !important;
}