
.depicter-20-display .depicter-backdrop{
	background-color:rgba(0,0,0,0.3);
}
.depicter-revert .depicter-20-section-1 .depicter-section-background{
	background-color:#7A7980;
}

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

.depicter-revert .depicter-20-section-1 .depicter-section-background{
	background-color:#848389;
}

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

.depicter-revert .depicter-20-section-1 .depicter-section-background{
	background-color:rgba(121, 120, 127, 0.75);
}

}
