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

.header-container {
  /*background: url(../../assets/img/events/April29-2019-7-48amhappy-faces-of-children.jpg) no-repeat center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 0 300px 0;
  height: auto;
}

