.mid-column {
    width: 1140px;
    min-width: 1140px;
}

.home {
    height: auto;
}

.player-container {
    left: -25px;
    top: -25px;
}

.cd-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.cd-gallery cdentry {
    width: 200px;
}

.cd-cover {
    width: 200px;
    height: 200px;
    border-style: outset;
    border-color: black;
    cursor: pointer;
}

.cd-title {
    text-align: center;
    font-size: 14px;
    margin: 5px;
    color: white;
}

.cd-artist {
    text-align: center;
    font-size: 12px;
    margin: 5px;
    color: gray;
}