.memes {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: -50px;
}

.memes img, .memes video {
    max-height: calc(100vh - 350px);
}