html, body { cursor: initial; }

#hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 500px;
    background-image: url("/assets/img/hero.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: max(750px);
    opacity: 0.5;
    pointer-events: none !important;
}