
.depicter-45-display .depicter-backdrop{
	background-color:rgba(0, 0, 0, 0.3);
	backdrop-filter:blur( 6.7px );
}
.depicter-revert .depicter-45-section-1 .depicter-section-background{
	background-color:#33094A;
}

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

.depicter-revert .depicter-45-section-1 .depicter-section-background{
	background-color:#250830;
}

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

.depicter-revert .depicter-45-section-1 .depicter-section-background{
	background-color:#FFF;
}

}
