

/*
 *  styles from nen-theme library (nen-lib.css)
*/

.bg-image,
[class*='bg-image-'],
.bg-image-cover,
.bg-image-contain {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-image-fixed {   background-attachment: fixed; }
.bg-image-cover {   background-size: cover; }
.bg-image-contain { background-size: contain; }

.bg-image-repeat { background-repeat: repeat; }
.bg-image-repeat-x { background-repeat: repeat-x; }
.bg-image-repeat-y { background-repeat: repeat-y; }
.bg-image-no-repeat { background-repeat: no-repeat; }

.bg-image-tl, .bg-image-tl {  background-position: top left; }
.bg-image-tc, .bg-image-ct {  background-position: top center; }
.bg-image-tr, .bg-image-rt {  background-position: top right; }
.bg-image-cl, .bg-image-lc {  background-position: center left; }
.bg-image-cc {  background-position: center center; }
.bg-image-cr, .bg-image-rc {  background-position: center right; }
.bg-image-bl, .bg-image-lb {  background-position: bottom left; }
.bg-image-bc, .bg-image-cb {  background-position: bottom center; }
.bg-image-br, .bg-image-rb {  background-position: bottom right; }