.background {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.background__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  min-width: 100%;
  width: unset;
  z-index: -1;
}

.content {
  color: var(--color-infarm-fresh-green);
  display: none;
  font-size: 96px;
  line-height: 81px;
  text-align: center;
}

.footer {
  background: none;
  bottom: 0;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 22px;
  position: fixed;
  right: 0;
}

.footer__toggle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__toggle-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 15px;
  margin-right: 8px;
  position: relative;
  top: -6px;
}

@media (min-width: 768px) {
  .content {
    font-size: 130px;
    letter-spacing: -4px;
    line-height: 106px;
  }

  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 35px 42px;
  }
}