
.depicter-revert .depicter-608-section-1 .depicter-section-background{
	background-color:#FFF;
	filter:brightness(100%) contrast(100%) saturate(100%) blur(2px) hue-rotate(0deg);
}
.depicter-revert .depicter-608-section-1 .depicter-section-background::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:1;
	background-color:rgba(255, 255, 255, 0.18);
}

/***** Mobile *****/
@media screen and (max-width: 767px){

.depicter-revert .depicter-608-section-1 .depicter-section-background::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:1;
	background-color:rgba(255, 255, 255, 0.2);
}

}
