.scrim.transparent {
  /* Needed to prevent global class being added in the DOM */
}
.scrim.translucent {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
