.mask {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 445px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  background: rgba(234,210,238,0.6);
  z-index: 1;
}

