.hero-background {
  background-image: url(../img/hero.jpg);
  box-shadow: 0 -20px 10px #f9fafb inset;
  background-size: 140rem;
  background-position: 50% 50%;
}

.rotate-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  white-space: nowrap;
}
