/* CSS Document */

article {
  width: 100%;
}

aside {
  display: none;
}

article h1, article h2, article h3 {
  clear:both;
}

/* PhotoSwipe begin */
.my-gallery {
  width: 100%;
  float: left;
  margin-bottom: 2rem;
  margin-left: .8rem;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 260px;
}
.my-gallery figcaption {
  display: none;
}
/* PhotoSwipe end */ 
