body {
  margin: 0;
  padding: 0;
}

section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(https://www.jqueryscript.net/dummy/1.jpg);
  background-size: cover;
}

.focus {
  position: absolute;
  width: 100%;
  height: 100%;
}
