BODY {
    font-family: sans-serif;
}
.tAlbum {
    display: inline-block;
}
#templates {
    display: none;
}
#images {
    width: 50vw;
    height: 50vh;
    position: relative;
    background-color: #222;
    overflow: hidden;
}
#images img {
    position: absolute;
}
