#mystery-albumcover{
    height: 350px;
    margin: 60px auto;
}

#mystery-albumcover img{
    height: 100%;
    display: block;
    margin: auto;
}

@media (max-width: 800px) {
    #mystery-albumcover{
        height: 200px;
    }
}