#modalWrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #00000030;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

#modalWrap .modalPop {
  position: relative;
  width: 95%;
  max-height: 95vh;
  background-color: #fff;
}

#modalWrap .modalPop .bx-wrapper {
  margin-bottom: 0;
}

#modalWrap .modalPop .bx-wrapper img {
  width: 100%;
}

#modalWrap .modalPop .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 1%;
  width: 100%;
  text-align: center;
}

#modalWrap .modalPop .bx-wrapper .bx-controls .bx-pager.bx-default-pager a {
  opacity: .7;
  -webkit-transition: .5s;
  transition: .5s;
}

#modalWrap .modalPop .bx-wrapper .bx-controls .bx-pager.bx-default-pager a.active {
  background: #fff;
  width: 20px;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

#modalWrap .modalPop .modalPopBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#modalWrap .modalPop .modalPopBtnWrap button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
}
