section#web-video {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
	height: 457px; }

#web-video>div:nth-of-type(1) {
    background: url(../images/home-video-bg.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 457px;
    position:absolute;
    top:0;
	left:0;
    width:100%; }

section#web-video article {
    position: relative;
	z-index: 1;
	padding: 150px 0px 0px 0px; }
