/* Preserve the frozen legacy layout while allowing responsive source selection. */
picture {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}
