.site-container {
      max-width: 1280px;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }

  
.masthead img {
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: block;
}