.bapopup {
  position: fixed;
  color: #fff;
  padding: 17px;
  z-index: 2;
  overflow: hidden;
  display: none;
}

@media only screen and (min-width: 720px) {
  .bapopup.show {
    display: block;
  }
}

.bapopup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 4px;
  cursor: pointer;
}

.paragraph.paragraph--type--popup-stoerer {
  height: 0px;
}
