    .single_album_image {
        background-color: #0e0e0e;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        color: white;

        font-size: 10pt;
        line-height: unset;
        text-shadow: 2px 2px 3px black;
        text-align: left;
        padding: 0;
        height: 220px;
    }

    .previewImageAlbumTop {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 10;
        height: 111px;
        padding-top: 36px;
        width: 100%;
    }
    /*This is our main wrapping element, it's made var(--app-height) high to ensure it is always the correct size and then moved into place and padded with negative margin and padding*/
    .previewImageAlbumContainer {
        display: flex;
        overflow: hidden;
        height: var(--app-height);
        margin-top: -111px;
        padding-top: 111px;
        margin-bottom: -40px;
        padding-bottom: 40px;
        position: relative;
        width: 100%;
        backface-visibility: hidden;
        will-change: overflow;
    }

    .previewImageAlbumBody {
        overflow: auto;
        height: auto;
        padding: 0;
        width:100%;
        background-color: white;
    }

    .previewAlbumBottom {
        background-color:#2a70b9;
        display: flex;
        text-align: center;
        position: relative;
        z-index: 10;
        height: 40px;
        color: white;
        line-height: 40px;
        font-size: 8pt;
    }

    .preview_image_sub_menu {
        height: 35px;
        line-height: 35px;
        cursor: pointer;
    }