#hc-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:999999;display:none;align-items:center;justify-content:center}#hc-popup-container{position:relative;max-width:85%;max-height:85%;transform:scale(.8);transition:transform 0.4s cubic-bezier(.175,.885,.32,1.275)}#hc-popup-overlay.hc-active #hc-popup-container{transform:scale(1)}#hc-popup-close{position:absolute;top:-40px;right:-10px;color:#fff;font-size:35px;cursor:pointer}.hc-popup-img{max-width:100%;height:auto;display:block;border-radius:5px}@media (min-width:1025px){.hc-hide-desktop{display:none!important}}@media (min-width:768px) and (max-width:1024px){.hc-hide-tablet{display:none!important}}@media (max-width:767px){.hc-hide-mobile{display:none!important}}