*{
  margin:0;
}

body{
  background-color:black;
  height: 100%;
  overflow: hidden;
}

img{
  max-width: 100%;
  height: auto;
}
video{
  width:auto;
  height: 100%;
}
