#header-divider-container {
  position: relative;
}
#header-divider-container::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  background-color: #1f2226;
  mix-blend-mode: multiply;
}
#header-divider-container #header-divider {
  padding-top: max(0.25vh, 10px);
  padding-bottom: 2em;
}