.header_album_cover {
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 25%;
    right: 25%;

    padding: 0;
    align-items: center;
    justify-content: center;

    z-index: 0;
}

.header_album_cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.header_album_cover img:hover {
    width: 102%;
    height: 102%;
    filter: drop-shadow(0px 0px 100px rgb(201, 233, 255));
}

.precip-bg-scrolled {
    background-color: rgb(240, 240, 240);
}

.album_main {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20vw;
}

.album_sheet {
    width: 100%;
    padding: 25% 0%;
}

.album_sheet img {
    width: 90%;
    margin: 0% 5%;
    object-fit: contain;
}

.scroll_down_symbol {
    display: block;
    text-align: center;
    height: 25vw;
    font-size: 8vw;
}