video{display: block;}
img{
	width:100%;
	border: 0;
}
body{
	background: #290d0e;
	padding: 0;
	margin: 0;
	font:13px/17px Arial, Arial, Helvetica, sans-serif;
	color: #ab9962;
}
#wrapper{margin: 0 5%;}
#content{
	max-width: 1528px;
	margin: 10px auto 0;
	position: relative;
}
.box-header{
	margin: 0 auto 1.5%;
	width: 41.5%;
}
.box-header img {margin: 0 0 0 3%;}
.tel-mob{display: none;}
.skip{
	position: absolute;
	right: 5%;
	top: 10%;
	width: 7.5%;
}
.skip img{margin: 0;}
.box-footer{
	width: 70.8%;
	margin: 4.4% auto 0;
	text-align: center;
}
.content {overflow: hidden;}
.box{
	width: 27%;
	float: left;
	margin: 15% 0 0;
}
.box:nth-child(2){
	width: 46%;
	margin: 0;
}
.box:last-child{text-align: right;}
.box:first-child img,
.box:last-child img{max-width: 60%;}
.container{border: 11px solid #ab9962;}
@media(max-width:570px){
	.tel-mob{
		display: block;
		margin: 2.5% 0 0;
	}
	.box:first-child,
	.box:last-child{display: none;}
    .box:nth-child(2){width: 100%;}
	.skip {
		top: 5%;
		width: 12%
	}
	.box-footer{width: 100%;}
}

.container.video {
	border: none;
	position: fixed;
}
#wrapper.mobile .box-header,
#wrapper.mobile #content,
#wrapper.mobile {
	margin: 0;
}

#wrapper.mobile .box {
	width: auto;
	float: none;
	margin: 0;
}
@media (min-width: 751px) {
	.container.video {
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}
@media (max-width: 750px) {
	.container.video {
		left: 0;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	.container.video video {
		width: 100%;
	}
}

.video_body {
	background: #250c0e;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.video_body {
		background: #2d1314;
	}
}