div#gallery
{
  grid-template-columns: repeat(2, minmax(100px, 400px));
}

div#gallery figure div:first-child p
{
  font-size: calc(1em * ((100vw - 300px) / (800 - 300)));
}
div#gallery figure:nth-child(18)
{
  display:none;
  visibility: hidden;
}

div#gallery_popup
{
  overflow:hidden;
}
div#gallery_popup_content
{
  width:100vw;
  max-width: 400px;
  margin-top:calc(50% - 40vw);
  height:175vw;
  max-height:800px;
}
div#popup_image, div#gallery_popup_copy
{
  display:block;
  clear:both;
  float:none;
  width:100vw;
  max-width: 400px;
}
div#popup_image
{
  height:100vw;
  max-height: 400px;
  object-fit: fill;
}
div#gallery_popup_copy
{
  width:calc(100vw - 20px);
  max-width: 380px;
  height:75vw;
  max-height: calc(175vw - 440px);
  overflow-y: scroll;
}
p#gallery_popup_close, p#gallery_popup_right
{
  color:white;
  text-shadow: 0 0 2px #000000;
}
