.ornament { position: relative; overflow: hidden; }
.ornament::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.22;
    background-image: url("/img/Pozadi1.png");
    background-size: 760px;
    background-position: center;
}
.ornament > * { position: relative; }
