body {
  margin: 0;
  padding: 0;
}

section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(bg.jpg);
  background-size: cover;
}

.focus {
  position: absolute;
  width: 100%;
  height: 100%;
}
