#overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  vertical-align: middle;
  z-index: 9;
  padding: 10%;
}

#overlay .block-addtoany,
#overlay .block-facebook-comments {
  display: none;
}

#overlay .block h2 {
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#overlay_close {
  display: block;
  width: 50px;
  min-height: 50px;
  position: fixed;
  top: 20px;
  right: 20px;
}

#overlay_close span {
  display: block;
  height: 50px;
  width: 50px;
}

.halflings {
  font-family: 'Glyphicons Halflings';
}
