.media-gallery {
    max-height: 100% !important;
    height: 100% !important;
}

.media-gallery__item-gifv-thumbnail, .media-gallery__item-gifv-thumbnail img {
    transform: translateY(0%) !important;
    max-height: 100% !important;
}

.media-gallery__item-thumbnail, .media-gallery__item-thumbnail img, .media-gallery__gifv {
    max-height: 100% !important;
}

.media-gallery__item {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    inset: 0 !important;
    margin-bottom: 4px;
}


