.header {
  width: 100%;
}

.header-container {
  background: url(../../assets/img/cropped-farmacista-counselor.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: auto;
  object-position: center;
  padding-bottom: 0px;
  padding-top: 0px;
}

@media (min-width:1100px) {
  .header {
    width: 100%;
  }
}

