body {
  padding-bottom: 10px;
  font-size: 150%;
}

img {
  display: inline-block;
  max-width: 100%;
  max-width: 100%;
  border-radius: 5px;
}

.facts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.img-with-text {
    text-align: justify;
    width: 100px;
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}

ul.photo-list {
    list-style-type: none; list-style-position: inside;
    margin: 0; padding: 0; text-align: center;}
ul.photo-list li {
    float: left; width: 120px; height: 130px; margin: 8;
    text-align: center; color: transparent;
    overflow: hidden; position: relative; background: transparent; }
ul.photo-list img {display: block; width: 120px; margin: 0 auto; position: relative;}
ul.photo-list a {text-decoration: none; color: transparent;}

ul.photo-list a .caption {
    background-color: rgba(0, 0, 0, .7); color: white; font-weight: bold; font-size: 90%;
    padding: .25em; left: 0; right: 0; bottom: 0; position: absolute; z-index: 100;
    line-height: 1.0;
}
ul.photo-list a:hover .caption { text-decoration: underline; color: #eee; }

ul.readings {
    margin-left: 0px;
    padding-left: 0px;
}

