/**
 * Style Options CSS for WebStyle Theme
 * Background Image Classes
 */

/* Pattern Background Images */
.bg-pattern-1 {
        background-image: url('../images/pattern-1.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 25%;
}

.bg-pattern-2 {
    background-image: url('../images/pattern-2.svg');
    background-position-y: center;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: 102%;
}


.bg-poly-grid {
    background-image: url('../images/poly-grid.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: local;
}
