/* 
.jplist-detail .theme span {
    background-color: #999999;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

*/

.jplist-detail .modal-dialog.bigimage {
    width: 90%;
    margin-top: 2%;
    max-height: 90%;
    overflow: hidden;
    max-width: 1920px;
    min-width: 70vw;
}
.jplist-detail .modal-dialog.bigimage .modal-body {
    text-align: center;
}
.jplist-detail .modal-dialog.bigimage .modal-body iframe,
.jplist-detail .modal-dialog.bigimage .modal-body video {
    min-width: 100%;
    max-width: 100%;
    min-height: 70vh;
    max-height: 100%;
}

.jplist-detail .modal-dialog.bigimage img {
    max-width: 100%;
    max-height: 80vh;
}

/*
.modal-header {
  text-align: center;
}
.modal-header button {
  font-weight:bold;
  font-size: 40px;
}
.modal-header span {
  font-weight:bold;
}

@media (max-width: 768px) {
  .jplist-detail .article {
    padding-top: 15px;
    }
} */
