#preview>div{
  display: inline-block;
  width: 100%;
  margin: 25px 5px 25px 0px;
  padding: 15px 0px 15px;
  vertical-align: top;
}
#preview .image{
  display: inline-block;
  text-align: center;
}
#preview .image img{
  max-width: 300px;
  max-height: 640px;
}
#preview .image div{
  text-align: left;
  margin-top: 15px;
  padding-left: 1em;
  padding-bottom: 25px;
}
#preview .image p{
  font-size: 0.9rem;
  text-align: left;
}
#preview .note{
  display: inline-block;
  /*width: 60%;*/
  vertical-align: top;
}
#preview .note p{
  font-size: 1rem;
  line-height: 2em;
  text-align: left;
}
p.attribution{
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  text-align: center;
}
p.source{
  margin-right: 0.5em;
  margin-bottom: 2em;
  font-size: 0.9rem;
  text-align: right;
  line-height: 1.5em;
}

.pswp__caption--empty {
  display: block !important;
}
