tbody tr td em::before {
    display: inline-block;
    content: "";
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 0px;
    left: -25px;
    position: absolute;
}

tbody tr td em[data-album="The Wind and The Star Traveler"]::before {
    background-image: url('album-art/The_Wind_and_the_Star_Traveler.webp');
}
tbody tr td em[data-album="City of Winds and Idylls"]::before {
    background-image: url('album-art/City_of_Winds_and_Idylls.webp');
}
tbody tr td em[data-album="Jade Moon Upon a Sea of Clouds"]::before {
    background-image: url('album-art/Jade_Moon_Upon_a_Sea_of_Clouds.webp');
}
tbody tr td em[data-album="Vortex of Legends"]::before {
    background-image: url('album-art/Vortex_of_Legends.webp');
}
tbody tr td em[data-album="The Shimmering Voyage"]::before {
    background-image: url('album-art/The_Shimmering_Voyage.webp');
}
tbody tr td em[data-album="Realm of Tranquil Eternity"]::before {
    background-image: url('album-art/Realm_of_Tranquil_Eternity.webp');
}
tbody tr td em[data-album="The Stellar Moments"]::before {
    background-image: url('album-art/The_Stellar_Moments.webp');
}
tbody tr td em[data-album="The Stellar Moments Vol. 2"]::before {
    background-image: url('album-art/The_Stellar_Moments_Vol-2.webp');
}
tbody tr td em[data-album="Forest of Jnana and Vidya"]::before {
    background-image: url('album-art/Forest_of_Jnana_and_Vidya.webp');
}
tbody tr td em[data-album="Fountain of Belleau"]::before {
    background-image: url('album-art/Fountain_of_Belleau.webp');
}

tbody tr td em {
    position: relative;
    margin-left: 25px;
}

.content table td, .content table th {
    padding: 0px;
    padding-left: 0.5em;
    padding-right: 1em;
}

@media (min-width:768px) {
    .content table[data-albums] {
        width: max-content;
    }
}

@media (min-width:1281px) {
    #content {
        margin-left: 10rem;
        margin-right: 10rem;
    }
}