


.bgposy-top { background-position-y: top !important; }
.bgposy-bottom { background-position-y: bottom !important; }
.bgposy-center { background-position-y: center !important; }
.bgposy-revert { background-position-y: revert !important; }
.bgposy-initial { background-position-y: initial !important; }


@media (min-width: 576px) {
    .bgposy-sm-top { background-position-y: top !important; }
    .bgposy-sm-bottom { background-position-y: bottom !important; }
    .bgposy-sm-center { background-position-y: center !important; }
    .bgposy-sm-revert { background-position-y: revert !important; }
    .bgposy-sm-initial { background-position-y: initial !important; }
}


@media (min-width: 768px) {
    .bgposy-md-top { background-position-y: top !important; }
    .bgposy-md-bottom { background-position-y: bottom !important; }
    .bgposy-md-center { background-position-y: center !important; }
    .bgposy-md-revert { background-position-y: revert !important; }
    .bgposy-md-initial { background-position-y: initial !important; }
}


@media (min-width: 992px) {
    .bgposy-lg-top { background-position-y: top !important; }
    .bgposy-lg-bottom { background-position-y: bottom !important; }
    .bgposy-lg-center { background-position-y: center !important; }
    .bgposy-lg-revert { background-position-y: revert !important; }
    .bgposy-lg-initial { background-position-y: initial !important; }
}


@media (min-width: 1200px) {
    .bgposy-xl-top { background-position-y: top !important; }
    .bgposy-xl-bottom { background-position-y: bottom !important; }
    .bgposy-xl-center { background-position-y: center !important; }
    .bgposy-xl-revert { background-position-y: revert !important; }
    .bgposy-xl-initial { background-position-y: initial !important; }
}


@media (min-width: 1400px) {
    .bgposy-xxl-top { background-position-y: top !important; }
    .bgposy-xxl-bottom { background-position-y: bottom !important; }
    .bgposy-xxl-center { background-position-y: center !important; }
    .bgposy-xxl-revert { background-position-y: revert !important; }
    .bgposy-xxl-initial { background-position-y: initial !important; }
}