.lp-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #FF8728;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.lp-header img {
  height: 45px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .lp-header {
    height: 70px;
  }
  .lp-header img {
    height: 50px;
  }
}/*# sourceMappingURL=header.css.map */