.part1 {
    background-image:url("images/bg.jpg");	
    background-repeat:no-repeat;
    background-size: 100%;
}
#header { 
    position: fixed;
    display: block;
    max-width: 100%;
    top:0;
    z-index:1000;
}
#wrapper{
    max-width: 1920px;
    margin:0 auto;
    width: 100%;
}

   
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position:fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
    z-index: -2;

}


/* These are added to aid in making things mobile responsive */
img {
    width: 100%;
    height: auto;
}
.hidden {
    display: none;
}