html,* {  height:100%; width:100%;}
body {
  background: #111;
  color: #ffffee;
  text-align: center;
  margin: 0px;
  padding: 0px;
  overflow:hidden;
}
.images {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.images img {
  position: absolute;
}
h1 { position:absolute; top:5em; left:5em; color:#fff; z-index:9999; font-family:'Open Sans';}
