
.depicter-revert.depicter-62 .depicter-layers-wrapper{
	padding-left:20px;
	padding-right:20px;
}
.depicter-revert .depicter-62-section-1 .depicter-section-background{
	background-color:#FFF;
	filter:none;
}
.depicter-revert .depicter-62-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(238, 6, 6, 0.86);
}

/***** Tablet *****/
@media screen and (max-width: 1024px){

.depicter-revert .depicter-62-section-1 .depicter-section-background{
	filter:none;
}
.depicter-revert .depicter-62-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(238, 6, 6, 0.86);
}

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

.depicter-revert .depicter-62-section-1 .depicter-section-background{
	background-color:#E8F5FE;
	filter:none;
}
.depicter-revert .depicter-62-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(238, 6, 6, 0.86);
}

}
