.header {
      height: 60vh;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      background-repeat: no-repeat !important;
      background-size: 100% 100% !important;
      background-image: url(/assets/images/tune_smaadyr.jpg) !important;
      overflow: hidden;
      position: relative;
      padding: 10px;
  }

