/*bg pattern*/

.bg-pattern-001:before {
    content: url(/images/0_infinity_creations/news/news-bg-001.jpg);
    position: absolute;
    width: 500px;
    height: 130px;
    right: 0;
    top: 0;
}

.bg-pattern-002:before {
    content: url(/images/0_infinity_creations/news/news-bg-002.jpg);
    position: absolute;
    width: 650px;
    height: 180px;
    left: 0;
    bottom: 0;
}

/*end of bg pattern*/


/*bg style*/

.bg-style-001:before { content: ""; position: absolute; background: url(/images/0_infinity_creations/news/news-bg-001.jpg) no-repeat scroll left top / cover; width: 100%; height: 650px; top: 0; }

.bg-style-001:after { content: ""; position: absolute; background: url(/images/0_infinity_creations/news/news-bg-002.jpg) no-repeat scroll right bottom / cover; width: 100%; height: 650px; bottom: 0; }

.bg-style-002:before { content: ""; position: absolute; background: url(/images/0_infinity_creations/news/news-bg-001.jpg) no-repeat scroll left top / cover; width: 100%; height: 650px; top: 0; }


/*end of bg style*/