
.depicter-1-display .depicter-backdrop{
	background-color:rgba(0, 0, 0, 0.3);
	backdrop-filter:blur( 0.9px );
}
.depicter-revert.depicter-1 .depicter-section{
	min-height:420px;
}
.depicter-revert .depicter-1-section-1 .depicter-section-background{
	background-color:#FFF;
}

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

.depicter-revert.depicter-1 .depicter-section{
	min-height:420px;
}

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

.depicter-revert.depicter-1 .depicter-section{
	min-height:420px;
}

}
/*** Custom styles ***/
.depicter-revert .depicter-1-element-9 {
    z-index: 99999 !important;
}

