html,
body {
  width: 100%;
  height: 100%;
}

.smartmodal-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.smartmodal-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  max-width: 960px;
  padding: 2rem;
  border-radius: .3em;
  background: #707070;
  color: #FFF;
  margin: 0 1rem;
}