/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 16 2023 | 14:05:06 */
div#n2-ss-2 .n-uc-159337a836b83-inner, div#n2-ss-2 .n-uc-sBFp6QXknC2U-inner, div#n2-ss-2 .n-uc-Qf6KhvQbr4UV-inner {
    --n2bggradient: linear-gradient(RGBA(255,255,255,0.1), RGBA(255,255,255,0.1));
}

.slider1 .n2-ss-slider .n2-ss-layer-with-background {
	background-size: 230%;
}

@media (min-width: 1000px){
	 .slider1 .n2-ss-slider .n2-ss-layer-with-background {
	    background-size: contain, contain;
		background-position: 50% 50%,100% 50% !important;
	}
	div#n2-ss-2 .n-uc-159337a836b83-inner, div#n2-ss-2 .n-uc-sBFp6QXknC2U-inner, div#n2-ss-2 .n-uc-Qf6KhvQbr4UV-inner {
	    --n2bggradient: linear-gradient(RGBA(255,255,255,0), RGBA(255,255,255,0));
	}
}