.header {
  width: 100%;
  margin-top: 0px;
}

.header-container {
  background: url(../../assets/img/cover-bg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0 00px 0;
  height: auto;
}

