@media (max-width:768px) {
	.simplePopup {
	  min-width: 70%;
	}
}


.simplePopup {
  display: none;
  position: fixed;
  border: 2px solid #fff;
  background: #ed87bd;
  z-index: 500;
  color: #007cb0;
  padding: 12px;
  width: 22%;
  background-color: #fff;
}

.simplePopupBackground {
  display: none;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.simplePopupClose {
	cursor: pointer;
    position: absolute;
    top: -11px;
    right: -9px;
    background-color: #222;
    border-radius: 20px;
    width: 28px;
    height: 27px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}