/*
 * Theme Name:   Square+ | Child Theme
 * Theme URI:    https://www.square-plus.nl
 * Description:  Square+ | Breakdance Child Theme
 * Author:       Square+
 * Author URI:   https://www.square-plus.nl
 * Template:     breakdance-zero-theme
 * Version:      1.0.0
 * Text Domain:	 square-plus
 */

main#main-wrapper .content-wrapper.image-overlay {
    z-index: 1500;
    opacity: 1;
    mix-blend-mode: hard-light;
    background-image: url('/wp-content/themes/squareplus-child/assets/img/background-overlay.webp');
    background-size: 260px;
    width: 100vw;
    height: 100%;
    position: fixed;
    pointer-events: none !important;
}