
.x_pattern_container{
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}

.x_pattern_container .x_pattern_bg{
    position: relative;
}

.x_pattern_bg:before{
    content: "";
    display: block;
    position: absolute;
    letter-spacing: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    background-image: url(../images/x-pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}