.Modal{align-items:center;background:#000c;bottom:0;display:none;flex-direction:column;justify-content:center;left:0;max-height:100vh;max-width:100vw;position:fixed;right:0;top:0;z-index:1000}[data-modal]{cursor:pointer}.Modal-content{align-items:center;background-color:#fff;border:1px solid #000;display:flex;flex-direction:column;outline:none;overflow-x:hidden;overflow-y:auto;position:relative}.Modal-content figure,.Modal-content picture{display:flex;margin:0}.Modal-content .Picture img{aspect-ratio:auto;height:auto;max-height:85vh;max-width:90vw;object-fit:unset;width:auto}.Modal-close{align-self:flex-end;background-color:#fff;cursor:pointer;font-size:3rem;padding:10px;position:fixed;z-index:1}.Modal-close svg{display:block;height:20px;width:20px}@media screen and (min-width:1026px){.Modal-close svg{height:40px;width:40px}}.Modal-close svg path{fill:var(--Modal-close-icon-color)}.chevron{background:#fff;cursor:pointer;font-size:3rem;line-height:calc(100% - .25rem);padding:.65rem .75rem .85rem;position:fixed;text-align:center;z-index:1}.chevron--left{left:0}.chevron--right{right:0}