.ece-overlay-overlay {
  background-color: hsla(0, 0%, 0%, 0.85);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
  -webkit-box-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  z-index: 900;
}

.ece-overlay-content {
  color: white;
  font-size: 140%;
  text-align: center;
  background-color: #CA2C2F;
  width: 90%;
  padding: 25px 6%;
  border-radius: 4px;
  max-width: 800px;
}

.ece-overlay-overlay #ece-overlay-overlay-close {
  border: 0;
  background-color: white;
  width: auto;
  height: 50px;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #CA2C2F;
  border-radius: 4px;
  margin: 15px 0 0 0;
  padding: 0 25px;
}

.ece-overlay-content-content {
  width: 100%;
  clear: both;
  padding: 25px 0;
}
