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(0, 0, 0, 0.5);
}

.smartmodal-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  color: #000; 
   top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
a.close { /*display:none;*/    font-size: 50px; 
    
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 10px 10px 11px 10px;
    position: absolute;
    font-weight: 400;
    top: 20px;
    right: 5px;
    line-height: 10px;
    height: 60px;
    width: 60px;
}
