body, html {
  height: 100%;
}

.bg1 {
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;

  background-size: cover;
}

