/* Hotfix: keep project logo as a small corner badge over the video */
.project-media-brand {
  width: min(22%, 7.25rem) !important;
  max-width: 7.25rem !important;
  padding: 0.45rem 0.55rem !important;
  inset-inline-start: 0.85rem !important;
  top: 0.85rem !important;
}
.project-media-brand img {
  max-height: 4.25rem !important;
  width: 100% !important;
  object-fit: contain !important;
}
@media (max-width: 767px) {
  .project-media--showcase .project-media-brand img {
    max-width: min(70%, 10rem) !important;
    max-height: 3.75rem !important;
  }
}
@media (min-width: 1024px) {
  .project-media--showcase .project-media-brand {
    width: min(18%, 7.5rem) !important;
    max-width: 7.5rem !important;
  }
  .project-media--showcase .project-media-brand img {
    max-height: 4.5rem !important;
  }
}
