.lws-reveal-007-image-paint-container {
	margin: 0 auto;
	/* padding: 64px; */
	/* max-width: 750px; */
	max-width: 672px;
	max-width: 560px;
	font-size: 0;
	/* background: #000; */
	background: rgba(225, 236, 248, 1);
	/* background: rgba(33, 43, 74, 1); */
	/* background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/olga.jpg); */
	background-image: url(https://liquidstudiodev.com/_temp/03-lsmc-logo-glitch-v01.jpg);
	background-size: cover;
	background-position: center; /* Center the background image */

}

.lws-reveal-007-image-paint-container svg.lws-reveal-007-svg {
	/* background: #000; */
	/* background: rgba(225, 236, 248, 1); */
	background: rgba(33, 43, 74, 1);
	mix-blend-mode: darken;
}
  
.lws-reveal-007-image-paint-container svg.lws-reveal-007-svg polyline {
	fill: none;
	stroke: rgba(225, 236, 248, 1);
	/* stroke: rgba(236, 28, 36, 1); */
	/* stroke: rgba(33, 43, 74, .6); */
	/* stroke-width: 200; */
	stroke-width: 160;
	stroke-dasharray: 20000;
	stroke-dashoffset: 20000;
	animation: lws-reveal-007-image-paint-scribble 3s linear forwards;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	.lws-reveal-007-image-paint-container {
		/* background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/olga-2x.jpg); */
		background-image: url(https://liquidstudiodev.com/_temp/03-lsmc-logo-glitch-v01.jpg);
	}
}

@keyframes lws-reveal-007-image-paint-scribble {
	to {
		stroke-dashoffset: 0;
	}
}