.content-wrapper{justify-content:flex-start}header{width:100%;height:75vmax;max-height:90vh;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;cursor:zoom-in}header:not([data-clicked=true]){-webkit-mask-image:linear-gradient(to bottom,#000 95%,#0000);mask-image:linear-gradient(to bottom,#000 95%,#0000);cursor:zoom-out}header>button{position:absolute;bottom:35px;right:25px;background-color:transparent;border:none;opacity:.25;transition:opacity .15s;border-radius:8px;padding:4px 4px 0}header>button:hover{opacity:.75}header>button:active{opacity:.9}header>button:focus-visible{opacity:.9;outline:2px solid currentColor}header>img{height:100%;width:100%;object-fit:cover;aspect-ratio:16 / 9}header[data-clicked=true]>img{height:unset;width:unset;max-height:calc(100% - 8px);max-width:calc(100% - 8px);aspect-ratio:16 / 9;border:2px solid currentColor;margin-top:8px}main{margin-bottom:1em}
