
.image h2 {
    position:absolute;
    margin: 0px;
    padding: 0px;
    height: 24px;
    top:0px;
    left:0px;
    font-size: 16px;
    background:rgba(18, 49, 223, 1.0);
    line-height: 28px;
    color: white;
}

.image {
    position:relative;
    width:100%
}

.photos {
    line-height: 0;
    background-color: #212529;
    -webkit-column-count: 4;
    -webkit-column-gap:   0px;
    -moz-column-count:    4;
    -moz-column-gap:      0px;
    column-count:         4;
    column-gap:           0px;
}

.photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
    /* image-rendering: crisp-edges; */
}

@media (max-width: 1200px) {
    .photos {
        -moz-column-count:    4;
        -webkit-column-count: 4;
        column-count:         4;
        }
}
@media (max-width: 1000px) {
    .photos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
@media (max-width: 800px) {
    .photos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 500px) {
    .photos {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }
}
.letterSelect a {
    margin-bottom: 5px;
}
section.photos {
    margin-bottom: 4px;
}
#credits {
    text-align: center;
    margin: 24px;
  }