header .background .container > .row > div.image {
  background: none !important;
  padding-top: 0 !important;
  justify-content: end !important;
}

header .background .container > .row > div.image > .wrapper .img {
  padding-top: 106% !important;
}

footer .info .anchors > a.terms,
footer .info .anchors > a.bar {
  display: none !important;
}

@media (min-width: 768px) {
  header .background .container > .row {
    height: var(--px265) !important;
  }
}

@media (max-width: 767px) {
  header .background {
    padding-top: 0 !important;
  }

  header .background .container > .row > div.image {
    padding-right: 0 !important;
  }
}