.media-buttons {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3rem;

    display: flex;
    justify-content: center;
    align-items: center;
}

.media-buttons > a {
    display: flex;
    align-content: center;
}

.media-buttons a > img {
    width: 2.5rem;
}

.share-buttons, .share-buttons > a {
    display: flex;
    align-content: center;
    justify-content: center;
}

.share-buttons a > img {
    width: 3rem;
}

.media-image, .media-video {
    max-height: 80vh;
    object-fit: contain;
    max-width: 100% !important;
}

.media-wrapper {
    position: relative;
    width: fit-content;
}

.galleryMedia.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}