.page__content .article,
.page__content .article_content {
    height: 100%;
}

.Album {
    position: relative;
    height: 100%;
}

.Album__information {
    position: absolute;
    top: -105px;
    left: 50%;
    margin: 0 0 0 -32.5%;
    padding-top: 35px;
    width: 65%;
    height: 124.5px;
    text-align: center;
    z-index: 155;
}

.Album__title {
    color: #7e3ec2;
}
