.PrettyAlbum > a, .PrettyAlbum > span {
    display: inline-block;
    padding: 4px;
}

html.isMobile .PrettyAlbum > a, html.isMobile .PrettyAlbum > span {
    /* Mobile style has padding on images themselves,
    no need for the padding on the container */
    padding: 0;
}

.PrettyAlbum > a img, .PrettyAlbum > span img {
    display: block;
}

.PrettyAlbum {
    font-size: 0;
}
