html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.header-container {
    width: 100%;
    background-color: #000;
    line-height: 0;
    position: relative;
}

.header-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}