.overlayTmp {
      position: fixed;
      top: 20%;
      left: 30%;
	  min-width: 40%;
	  min-height: 44%;
	  border-radius: 15px;
      font-size: 24px;
      text-align: center;
      background-color: white;
	  opacity: 0.69;
      z-index: 10001;
    }
    .overlayTmp ~ * {
		filter: grayscale(50%) blur(2px);
    }

@media (max-width: 480px) {
.overlayTmp {
      position: fixed;
      top: 20%;
      left: 10%;
	  right: 10%;
	  min-width: 60%;
	  min-height: 28%;
	  border-radius: 20px;
      font-size: 12px;
      text-align: center;
      background-color: white;
	  opacity: 0.69;
      z-index: 10001;
    }}