#GALLERY_CONTAINER {
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: auto auto auto auto auto auto;
    margin-top: 32px;
}

.imagepost_gallery {
    width:fit-content;
    height:fit-content;
    position:relative;
}

.imagepost_gallery img {
    width:100%;
}

.imagepost_gallery h1 {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    background-color:rgb(0, 0, 0, 0.41);
    margin:0px;
    text-align:center;
    font-size: 2vw;
    color:white;
}


#IMAGEPOST #IMAGE_TITLE {
    font-size: 4em;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.41);
    color: white;
    text-align: center;
    margin-bottom: 0px;
}

#IMAGEPOST .min {
    max-height: 60vh;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#IMAGEPOST .max {
    max-width: 100%;
}

#displayImage {
    margin:2em 0 2em 0;
}

#IMAGEPOST .foot {
    width: 100%;
    background-color: rgb(0, 0, 0, 0.41);
    color: aliceblue;
    padding:2em 0px 2em 0;
}

#IMAGEPOST .foot div {
    margin: 0px 1em 0 1em;
}

#IMAGEPOST .foot div h2 {
    
}

    #IMAGEPOST .foot div h3 {
        font-size: 1em;
        margin: 0px 12px 0px 0px;
    }

    #IMAGEPOST .foot div p {
        width: 100%;
        font-size: 2em;
        margin: 0px;
    }

#altselector {
    margin: 2em 0 0 0;
    display: flex;
    flex-direction: row;
    width: 100%;
}

    #altselector p {
        flex-grow: 1;
        font-size:2.5rem;
        margin:8px;
        text-align:center;
        background-color: red;
    }

    #altselector .selected {
        flex-grow: 2;
    }