/* 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 */
}

/* Hide news content type labels (Production, Awards etc.) on mobile */
@media (max-width: 649px) {
  .news-box .news-category {
    display: none;
  }
}
