#home.home--container {
    position: relative;
}

.home--background {
    background-image: url('../../img/hero--elements-img/decorations--square.svg');
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
}