#Q670M-width-full{
    position: relative;
}
#Q670M-width-full.bg_color #bg_grid {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/bg_white.svg);
    background-size: cover;
    background-repeat: repeat;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    z-index: 0;
}