/* Replace the About-page mastodon illustration */
.about__header img {
  content: url("https://cdn.masto.host/mastjohn1126com/site_uploads/files/000/000/001/original/4829704b750a5ead.gif") !important;
}
img[src="https://mast.john1126.com/packs/assets/preview-vSUsFXid.png"] {
  content: url("https://cdn.masto.host/mastjohn1126com/site_uploads/files/000/000/001/original/4829704b750a5ead.gif") !important;
}


.video-player {
  max-height: 80vh !important;
  max-width: 100% !important;
  overflow: hidden; /* prevents layout expansion */
}

.video-player video {
  height: 100% !important;
  width: auto !important;
  max-height: 80vh !important;
  object-fit: contain !important;
}
.media-gallery {
  max-height: 80vh !important;
  overflow: hidden;
}

.media-gallery__item {
  max-height: 80vh !important;
  overflow: hidden;
}

.media-gallery__item img,
.media-gallery__item-thumbnail img {
  height: 100% !important;
  width: auto !important;
  max-height: 80vh !important;
  object-fit: contain !important;
}


