.imgtips__content--left-bottom,.imgtips__content--left-top,.imgtips__content--right-bottom,.imgtips__content--right-top{display:none;position:fixed;top:10%;left:10%;max-height:80%;max-width:80%;width:360px;width:var(--imgtip-width);box-sizing:content-box;padding:20px;padding:var(--imgtip-border-width);background:#fff;background:var(--imgtip-background);box-shadow:0 0 0 var(--imgtip-overlay-gutter) rgba(0,0,0,.5);box-shadow:0 0 0 var(--imgtip-overlay-gutter) var(--imgtip-overlay-background);color:#000;color:var(--imgtip-color);text-align:left;font-size:1rem;font-size:var(--imgtip-font-size);overflow:auto;-webkit-overflow-scrolling:touch;z-index:9999;z-index:var(--imgtip-z-index)}@supports (transform:translate3d(0,0,0)){.imgtips__content--left-bottom,.imgtips__content--left-top,.imgtips__content--right-bottom,.imgtips__content--right-top{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}}.imgtips__content--left-bottom:target,.imgtips__content--left-top:target,.imgtips__content--right-bottom:target,.imgtips__content--right-top:target{display:block}@media (min-width:720px){.imgtips__content--left-bottom,.imgtips__content--left-top,.imgtips__content--right-bottom,.imgtips__content--right-top{position:absolute;box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:var(--imgtip-shadow);max-height:60vh;z-index:1;top:auto;left:auto;max-width:none;transform:none}}.imgtips__content--left-bottom a,.imgtips__content--left-top a,.imgtips__content--right-bottom a,.imgtips__content--right-top a{color:#000;color:var(--imgtip-link-color)}@media (min-width:720px){.imgtips__content--left-top{right:0;bottom:0}}@media (min-width:720px){.imgtips__content--left-bottom{top:0;right:0}}@media (min-width:720px){.imgtips__content--right-top{left:0;bottom:0}}@media (min-width:720px){.imgtips__content--right-bottom{left:0;top:0}}.imgtips__close{position:relative;display:block;border-radius:50%;border-radius:var(--imgtip-toggle-border-radius);text-decoration:none;width:2em;height:2em;min-width:32px;min-height:32px;background-color:#000;background-color:var(--imgtip-toggle-background);color:#fff;color:var(--imgtip-toggle-color);border:none;border:var(--imgtip-toggle-border);float:right;margin-bottom:20px;margin-bottom:var(--imgtip-border-width)}.imgtips__close:after,.imgtips__close:before{width:50%;content:"";position:absolute;height:2px;top:50%;left:25%;background:#fff;background:var(--imgtip-toggle-color);transition:all .3s}.imgtips__close:before{transform:rotate(-45deg);transition-delay:.1s;transition-duration:.2s}.imgtips__close:after{transform:rotate(-315deg)}@media (min-width:720px){.imgtips__close{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}}.imgtips__asset{max-width:100%;height:auto;clear:both;margin-bottom:1.5em}.imgtips__header{display:block;font-size:1.2em;font-weight:700}.imgtips__description{margin-top:1em}.imgtips__description p:last-child{padding-bottom:0;margin-bottom:0}.imgtips__more{margin-top:1em;display:inline-block}