/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 06 2025 | 02:57:46 */
.has-noise:before {
	 position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    opacity: .15;
    pointer-events: none;
    background-image: url(https://mediumaquamarine-rook-445214.hostingersite.com/wp-content/uploads/2025/07/noise@2x.33312e6e.webp);
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 100px auto;
}