/* Temporary override to remove watermark/background images for bs3 template */
body, .panel-default, .container .jumbotron, .page_1 .page_bg:before, .star_wp .star_bg, .star_wp .star_box {
    background: none !important;
    background-image: none !important;
}

/* Also remove any image-based backgrounds on common classes */
.panel, .jumbotron, .well, .page_bg, .star_bg, .star_box {
    background: none !important;
    background-image: none !important;
}
