@charset "UTF-8";
#works_stalker {
  position: fixed;
  padding: 1em;
  font-size: clamp(0.625rem, 0.972222222222222vw, 0.875rem);
  font-family: var(--en_mds_sans);
  line-height: 2;
  color: #fff;
  pointer-events: none;
  font-weight: 700;
  margin-right: 1em;
  max-width: 33.33333dvw;
}
@media (max-width: 768px) {
  #works_stalker {
    display: none;
  }
}
