@mixin deja-backdrop() {
	.deja-backdrop {
		background-color: rgba(#000, 0.5);
		display: block;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		position: fixed;
		z-index: 10;
		cursor: default;
	}
}