h1 {
    font-size: 36px;
    text-align: left;
}
h2 {
    font-size: 24px;
    text-align: left;
}

/*.pswp-caption-content abbr {
    text-decoration: none;
    border-bottom: none;
    display: block;
    margin-right: 10px;
    padding: 2px 6px;
    border-radius: 3px;
}*/

.film-meta abbr {
    display: block;
    opacity: 0.5;
    /*text-decoration: none;
    border-bottom: none;
    margin-right: 10px;
    padding: 2px 6px;
    border-radius: 3px;*/
}

/*.film-meta abbr:before {
    content: attr(title) ": ";
    font-weight: bold;
}*/

abbr[title] {
  text-decoration: none;
  font-variant: none;
  border-bottom: none;
}

abbr[title="exposure"]::after { content: "s" }
abbr[title="film speed"]::before { content: "ISO " }
abbr[title="aperture"]::before { content: "f/" }
abbr[title="focal length"]::after { content: "mm" }
abbr[title="camera make and model"], abbr[title="date"] {
    display: block;
}
