.header-container {
  height: 500px;
  position: relative; }
  .header-container .background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .header-container .header-content {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 200%; }
  .header-container .align-middle {
    display: table;
    width: 100%;
    height: 100%; }
    .header-container .align-middle .align-middle-cell {
      vertical-align: middle;
      display: table-cell; }

@media screen and (max-width: 767px) {
  .header-container {
    height: 80vh; } }

/*# sourceMappingURL=frontend.css.map */
