.page-header { position: relative; width: 100%; min-height: 200px; height: 70vh; color: $white; font-weight: 300; min-height: 300px; height: 70vh; &__background { width: 100%; height: 100%; @include bg-283-yuika; &--yuriko { @include bg-765-yuriko; } } &__overlay { width: 100%; height: 100%; background-color: $black; opacity: 50%; } &__contents { position: absolute; bottom: 0; left: 0; right: 0; @include py(0.5rem); a { color: $white; } } }