

.bgrepeat-no-repeat { background-repeat: no-repeat !important; }
.bgrepeat-repeat { background-repeat: repeat !important; }
.bgrepeat-repeat-x { background-repeat: repeat-x !important; }
.bgrepeat-repeat-y { background-repeat: repeat-y !important; }
.bgrepeat-round { background-repeat: round !important; }
.bgrepeat-space { background-repeat: space !important; }



@media (min-width: 576px) {
    .bgrepeat-sm-no-repeat { background-repeat: no-repeat !important; }
    .bgrepeat-sm-repeat { background-repeat: repeat !important; }
    .bgrepeat-sm-repeat-x { background-repeat: repeat-x !important; }
    .bgrepeat-sm-repeat-y { background-repeat: repeat-y !important; }
    .bgrepeat-sm-round { background-repeat: round !important; }
    .bgrepeat-sm-space { background-repeat: space !important; }
}

@media (min-width: 768px) {
    .bgrepeat-md-no-repeat { background-repeat: no-repeat !important; }
    .bgrepeat-md-repeat { background-repeat: repeat !important; }
    .bgrepeat-md-repeat-x { background-repeat: repeat-x !important; }
    .bgrepeat-md-repeat-y { background-repeat: repeat-y !important; }
    .bgrepeat-md-round { background-repeat: round !important; }
    .bgrepeat-md-space { background-repeat: space !important; }
}


@media (min-width: 992px) {
    .bgrepeat-lg-no-repeat { background-repeat: no-repeat !important; }
    .bgrepeat-lg-repeat { background-repeat: repeat !important; }
    .bgrepeat-lg-repeat-x { background-repeat: repeat-x !important; }
    .bgrepeat-lg-repeat-y { background-repeat: repeat-y !important; }
    .bgrepeat-lg-round { background-repeat: round !important; }
    .bgrepeat-lg-space { background-repeat: space !important; }
}


@media (min-width: 1200px) {
    .bgrepeat-xl-no-repeat { background-repeat: no-repeat !important; }
    .bgrepeat-xl-repeat { background-repeat: repeat !important; }
    .bgrepeat-xl-repeat-x { background-repeat: repeat-x !important; }
    .bgrepeat-xl-repeat-y { background-repeat: repeat-y !important; }
    .bgrepeat-xl-round { background-repeat: round !important; }
    .bgrepeat-xl-space { background-repeat: space !important; }
}

@media (min-width: 1400px) {
    .bgrepeat-xxl-no-repeat { background-repeat: no-repeat !important; }
    .bgrepeat-xxl-repeat { background-repeat: repeat !important; }
    .bgrepeat-xxl-repeat-x { background-repeat: repeat-x !important; }
    .bgrepeat-xxl-repeat-y { background-repeat: repeat-y !important; }
    .bgrepeat-xxl-round { background-repeat: round !important; }
    .bgrepeat-xxl-space { background-repeat: space !important; }

}