
.depicter-revert .depicter-1-section-1 .depicter-section-background{
	background-color:#000;
	filter:none;
}

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

.depicter-revert .depicter-1-section-1 .depicter-section-background{
	background-color:#000;
	filter:none;
}

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

.depicter-revert .depicter-1-section-1 .depicter-section-background{
	background-image:radial-gradient(circle at center, transparent 0%, #000 100%);
	filter:none;
}

}
