html.wall-html{
	overflow: hidden !important;
}
#wall-overlay{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	background: #0d0d0d;
	user-select: none;
}
#wall-overlay img{
	border: none !important;
}
#wall-container{
	position: relative;
	width: 100%;
	height: 100%;
}
#wall-slider{
	transition: transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	cursor: pointer;
}
#wall-slider .slide{
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}
#wall-slider .slide:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#wall-slider .slide img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#wall-slider .slide .wall-video-container{
	background: transparent;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}
#wall-slider .slide .wall-video-container .wall-video{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#wall-slider .slide .wall-video-container .wall-video iframe{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
#wall-top-bar,
#wall-bottom-bar{
	transition: transform 0.5s;
	position: absolute;
	left: 0;
	z-index: 999;
	height: 50px;
	width: 100%;
	text-shadow: 1px 1px 1px #000;
	background: #000;
	opacity: 0.95;
}
#wall-bottom-bar{
	bottom: 0;
	transform: translate3d(0, 50px, 0);
}
#wall-bottom-bar.visible-bars{
	transform: translate3d(0, 0, 0);
}
#wall-top-bar{
	top: 0;
	color: #fff !important;
	font-size: 15px;
	line-height: 50px;
	font-family: Helvetica, Arial, sans-serif;
	transform: translate3d(0, -50px, 0);
}
#wall-top-bar.visible-bars{
	transform: translate3d(0, 0, 0);
}
#wall-title{
	display: block;
	width: 100%;
	text-align: center;
}
#wall-close,
#wall-next,
#wall-prev{
	background-image: url(icons.svg);
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 0;
}
#wall-arrows{
	display: block;
	margin: 0 auto;
	width: 92%;
	height: 50px;
}
#wall-prev{
	background-position: -47px 12px;
	float: left;
}
#wall-next{
	background-position: -62px 12px;
	float: right;
}
#wall-close{
	top: 0;
	right: 0;
	position: absolute;
	z-index: 9999;
	background-position: 13px 12px;
}
#wall-next.disabled,
#wall-prev.disabled{
	opacity: 0.3;
	pointer-events: none;
}