﻿.Vidage__backdrop,.Vidage__image {
}

.Vidage--allow .Vidage__video {
	display: block
}

.Vidage--allow .Vidage__image {
	display: none
}

.Vidage {
	z-index: -1
}

.Vidage,.Vidage__video {
	min-width: 100%;
	height: 260px;
}

.Vidage__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none
}

.Vidage__image {
	background-image: url(404.png);
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.Vidage__backdrop {
	background-color: #1b1c1d;
	background-image: url(../image/pattern.svg);
	opacity: .1
}