html.modal-open {
  overflow: hidden; }
  html.modal-open body {
    overflow: scroll; }

.bhp-modal-clickeater {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
  box-sizing: border-box; }
  .bhp-modal-clickeater .bhp-close-button {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 22px;
    height: 22px;
    border: 0;
    padding: 0;
    color: transparent;
    background: transparent;
    overflow: hidden;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-position: -208px -20px;
    cursor: pointer; }
  .bhp-modal-clickeater .bhp-modal {
    position: relative;
    max-width: 800px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    background: #000;
    box-sizing: border-box; }
    .bhp-modal-clickeater .bhp-modal .bhp-modal-content {
      padding: 10px;
      width: 100%;
      text-align: center; }
