#js_bbwrapper {
  display: block;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 998;
}
#js_bbwrapper#js_bbwrapper.js_hide {
  display: none;
}

#js_cvLinkImg {
  display: block;
  width: 50vw;
  min-width: 300px;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  cursor: pointer;
}
#js_cvLinkImg img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}
/*# sourceMappingURL=style.css.map */