/* ALPREMBUD — page-level tweaks for MODX output
   Core visual system lives in assets/css/ui-kit.css. */

body {
    overflow-x: clip;
}

.hero {
    background: url("../images/hero.png") right center / cover no-repeat;
}

@media (max-width: 768px) {
    .hero {
        background-position: 72% center;
    }
}
