/* Overrides: make switcher overlay independent of image height */
.article-media-article-switcher-box {
  padding-top: 0 !important;
  height: 0 !important;
  top: 0 !important;
}

.article-media-article-switcher-box .article-switcher-box {
  position: absolute !important;
  top: 10px;
  right: 0;
}

/* Make media-author text light grey */
.media-author {
  color: #9ca3af !important; /* light grey */
}
