.meme-media {
  margin: 34px 0;
  max-width: 650px;
  background: #eee;
}

.meme-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
}

.meme-media.portrait { max-width: 460px; }
.hero-meme { max-width: 820px; background: #f6d8e9; min-height: 0; border: 0; border-radius: 0; }
.hero-meme::before { content: none; }
.hero-meme img { max-height: 540px; object-fit: cover; }
.dark-section .meme-media { background: rgba(255, 255, 255, .05); }

@media (max-width: 640px) {
  .meme-media { margin: 27px 0; }
}
