.header-container[theme="homepage"] {
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}

.header-container[theme="homepage"][active] {
  position: relative;
}

@media print {
  .header-container[theme="homepage"] {
    left: auto;
    position: relative;
    top: auto;
  }
}
