/* uikit V2 background extension by YoreM */

/* UIKit extentions */
.uk-background-top-left { background-position: top left !important; }
.uk-background-top-center { background-position: top center !important; }
.uk-background-top-right { background-position: top right !important; }
.uk-background-center-left { background-position: center left !important; }
.uk-background-center-center { background-position: center center !important; }
.uk-background-center-right { background-position: center right !important; }
.uk-background-bottom-left { background-position: bottom left !important; }
.uk-background-bottom-center { background-position: bottom center !important; }
.uk-background-bottom-right { background-position: bottom right !important; }

@media (max-width:500px) {
  .uk-background-mobile-top-left { background-position: top left !important; }
  .uk-background-mobile-top-center { background-position: top center !important; }
  .uk-background-mobile-top-right { background-position: top right !important; }
  .uk-background-mobile-center-left { background-position: center left !important; }
  .uk-background-mobile-center-center { background-position: center center !important; }
  .uk-background-mobile-center-right { background-position: center right !important; }
  .uk-background-mobile-bottom-left { background-position: bottom left !important; }
  .uk-background-mobile-bottom-center { background-position: bottom center !important; }
  .uk-background-mobile-bottom-right { background-position: bottom right !important; }
}
