.htw-modal{display:none;width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,.3);z-index:99999;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 991px){.htw-modal__position-bottom-left,.htw-modal__position-bottom-right{top:auto;bottom:0;width:auto;height:auto}}@media(min-width: 991px){.htw-modal__position-bottom-right{left:auto;right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:end;-ms-flex-align:end;align-items:end}}@media(min-width: 991px){.htw-modal__position-bottom-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:end;-ms-flex-align:end;align-items:end}}.htw-modal--show,.htw-modal--hide{display:-webkit-box;display:-ms-flexbox;display:flex}.htw-modal__container{position:relative;width:100%;max-width:600px;max-height:800px;padding:2px;margin:12px;background:#fff}.htw-modal__content-container img{max-width:100%;max-height:100%;width:auto;height:auto}.htw-modal__content-image-gallery{max-height:640px;overflow:hidden;text-align:center}.htw-modal__content-image-gallery img{display:block;margin-left:auto;margin-right:auto}.htw-modal__close{cursor:pointer;font-size:30px;position:absolute;top:3px;right:10px;padding:0;border:none;background-color:rgba(0,0,0,0);outline:none;z-index:2}.htw-modal.htw-modal--show{-webkit-animation:modal-open .3s;animation:modal-open .3s}@-webkit-keyframes modal-open{0%{opacity:0}100%{opacity:1}}@keyframes modal-open{0%{opacity:0}100%{opacity:1}}.htw-modal.htw-modal--hide{-webkit-animation:modal-close .3s;animation:modal-close .3s}@-webkit-keyframes modal-close{0%{opacity:1}100%{opacity:0}}@keyframes modal-close{0%{opacity:1}100%{opacity:0}}