.blurry-image-container {
    overflow: hidden;
    width: 100%;
    height: 450px;
}

.blurry-image {
    margin: -15px;
    background-image: url("../specific/header.png"), url("../specific/album.jpg");
    filter: blur(8px);
    -webkit-filter: blur(8px);
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cover-image-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border: solid 15px rgba(255, 255, 255, .4);
}

.cover-image {
    width: 100%;
    height: 100%;
}

.left-column {
    text-align: right;
}

.right-column {
    text-align: left;
}

.buttons {
    margin-left: auto;
    width: 200px;
}
