footer {
  width: 100%;
  height: 300px;
  background: url(/img/gason.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 40px;
}

footer p {
  color: white;
  text-shadow: 0 0 5px black;
  text-align: center;
}

footer video {
  width: 100%;
  height: 200px;
}

footer .copy {
  padding-top: 1rem;
  display: block;
}

@media screen and (max-width: 998px) {
  footer {
    /* top: -10rem; */
  }
}
