/* Demo site CSS. Not mobile first, not semantic, not optimized, made for 20 minutes, mess */
figure {
  margin: 0;
  padding: 0; 
  display: block;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}
.demo-gallery figure {
  display: none;
}


