.se_modal {display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0,0,0,0.9);z-index: 123456;}.se-modal--visible {display: block;}.se-modal--body-block {overflow: hidden;}.se_modal--load:after, .se_modal__img {position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);}.se_modal__img {margin: auto;display: block;width: auto;max-width: 95vw;max-height:85vh;}.se_modal__close {position: absolute;top: 15px;right: 15px;color: #f1f1f1;font-size: 40px;font-weight: 700;transition: 0.3s;z-index: 2;}.se_modal__close:hover, .se_modal__close:focus {color: #bbb;text-decoration: none;cursor: pointer;}@media only screen and (max-width: 700px){.modal-content {width: 100%;}}@media screen and (min-width:1023px) {.se_modal {padding-top: 10vh;}}.single .single-article img:not(.no-popup) {cursor: pointer;}