.sfGallery {
    position: relative;
    align-content: center;
}

.sfGallery .sfContent {
    display: none;
    margin-bottom: 0;
}

.sfGallery .sfContent.active {
    display: flex;
}

#galleryRow {
    min-height: fit-content;
    margin: 0;
    padding: 0;
}
#galleryControl {
    position: sticky;
    bottom: 1rem;
    border-radius: 2rem;
    background: rgb(from var(--bg-2) r g b / 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 55rem;
}

.sfButton:hover {
    background: var(--orange-2);
}

.sfContent img {
    max-width: 100%;
    margin: auto;
    margin-top: 2rem;
    max-height: 80vh;
    border: .25rem solid var(--primary-1);
}
