
.bgattach-unset { background-attachment: unset !important; }
.bgattach-local { background-attachment: local !important; }
.bgattach-fixed { background-attachment: fixed !important; }
.bgattach-scroll { background-attachment: scroll !important; }
.bgattach-revert { background-attachment: revert !important; }
.bgattach-inherit { background-attachment: inherit !important; }
.bgattach-initial { background-attachment: initial !important; }


@media (min-width: 576px) {
    .bgattach-sm-unset { background-attachment: unset !important; }
    .bgattach-sm-local { background-attachment: local !important; }
    .bgattach-sm-fixed { background-attachment: fixed !important; }
    .bgattach-sm-scroll { background-attachment: scroll !important; }
    .bgattach-sm-revert { background-attachment: revert !important; }
    .bgattach-sm-inherit { background-attachment: inherit !important; }
    .bgattach-sm-initial { background-attachment: initial !important; }
}


@media (min-width: 768px) {
    .bgattach-md-unset { background-attachment: unset !important; }
    .bgattach-md-local { background-attachment: local !important; }
    .bgattach-md-fixed { background-attachment: fixed !important; }
    .bgattach-md-scroll { background-attachment: scroll !important; }
    .bgattach-md-revert { background-attachment: revert !important; }
    .bgattach-md-inherit { background-attachment: inherit !important; }
    .bgattach-md-initial { background-attachment: initial !important; }
}


@media (min-width: 992px) {
    .bgattach-lg-unset { background-attachment: unset !important; }
    .bgattach-lg-local { background-attachment: local !important; }
    .bgattach-lg-fixed { background-attachment: fixed !important; }
    .bgattach-lg-scroll { background-attachment: scroll !important; }
    .bgattach-lg-revert { background-attachment: revert !important; }
    .bgattach-lg-inherit { background-attachment: inherit !important; }
    .bgattach-lg-initial { background-attachment: initial !important; }
}


@media (min-width: 1200px) {
    .bgattach-xl-unset { background-attachment: unset !important; }
    .bgattach-xl-local { background-attachment: local !important; }
    .bgattach-xl-fixed { background-attachment: fixed !important; }
    .bgattach-xl-scroll { background-attachment: scroll !important; }
    .bgattach-xl-revert { background-attachment: revert !important; }
    .bgattach-xl-inherit { background-attachment: inherit !important; }
    .bgattach-xl-initial { background-attachment: initial !important; }
}


@media (min-width: 1400px) {
    .bgattach-xxl-unset { background-attachment: unset !important; }
    .bgattach-xxl-local { background-attachment: local !important; }
    .bgattach-xxl-fixed { background-attachment: fixed !important; }
    .bgattach-xxl-scroll { background-attachment: scroll !important; }
    .bgattach-xxl-revert { background-attachment: revert !important; }
    .bgattach-xxl-inherit { background-attachment: inherit !important; }
    .bgattach-xxl-initial { background-attachment: initial !important; }
}