.Album .Gallery {
    position: relative;
    height: 450px;
}

@media screen and (min-width: 955px) {
    .Album .Gallery {
        position: absolute;
        top: 35px;
        bottom: 35px;
        height: auto;
        padding-top: 124.5px;
    }
}

.Album .Gallery__imageWrapper {
    bottom: 0;
}

.Album .Gallery__buttonInner {
    display: block;
}

.Album .Gallery__navigation {
    display: none;
}
