body::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 610px;
  position: absolute;
  opacity: 0.2;
  transition: background-image 1s ease-in-out, opacity 1s ease-in-out;
}