#jdbpopup_container {
  display: none;
}
#jdbpopup_container .jdbpopup_subcontainer img {
  width: 100% !important;
  height: auto !important;
}
#jdbpopup_container .jdbpopup_subcontainer .jdbpopup_caption {
  display: none;
}
#jdbpopup_container .jdbpopup_subcontainer .jdbpopup_close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  cursor: pointer;
}
#jdbpopup_container .jdbpopup_subcontainer .jdbpopup_close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
