


.bgposx-left { background-position-x: left !important; }
.bgposx-right { background-position-x: right !important; }
.bgposx-center { background-position-x: center !important; }
.bgposx-revert { background-position-x: revert !important; }
.bgposx-initial { background-position-x: initial !important; }




@media (min-width: 576px) {

    .bgposx-sm-left { background-position-x: left !important; }
    .bgposx-sm-right { background-position-x: right !important; }
    .bgposx-sm-center { background-position-x: center !important; }
    .bgposx-sm-revert { background-position-x: revert !important; }
    .bgposx-sm-initial { background-position-x: initial !important; }

}


@media (min-width: 768px) {

    .bgposx-md-left { background-position-x: left !important; }
    .bgposx-md-right { background-position-x: right !important; }
    .bgposx-md-center { background-position-x: center !important; }
    .bgposx-md-revert { background-position-x: revert !important; }
    .bgposx-md-initial { background-position-x: initial !important; }

}


@media (min-width: 992px) {

    .bgposx-lg-left { background-position-x: left !important; }
    .bgposx-lg-right { background-position-x: right !important; }
    .bgposx-lg-center { background-position-x: center !important; }
    .bgposx-lg-revert { background-position-x: revert !important; }
    .bgposx-lg-initial { background-position-x: initial !important; }

}


@media (min-width: 1200px) {

    .bgposx-xl-left { background-position-x: left !important; }
    .bgposx-xl-right { background-position-x: right !important; }
    .bgposx-xl-center { background-position-x: center !important; }
    .bgposx-xl-revert { background-position-x: revert !important; }
    .bgposx-xl-initial { background-position-x: initial !important; }

}


@media (min-width: 1400px) {

    .bgposx-xxl-left { background-position-x: left !important; }
    .bgposx-xxl-right { background-position-x: right !important; }
    .bgposx-xxl-center { background-position-x: center !important; }
    .bgposx-xxl-revert { background-position-x: revert !important; }
    .bgposx-xxl-initial { background-position-x: initial !important; }

}