/* Supplied CYTUS artwork used as the project-window image. */
.cytus-entry-visual img {
  inset: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .78;
  mix-blend-mode: normal;
  filter: none;
}
