//
// BLOCKER
//

.blocker {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: black;
  background-color: rgba(0,0,0,0.3);
  -webkit-backface-visibility:hidden;
}