img,
.protected-media {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

body {
  -webkit-touch-callout: none;
}

.subpage-copyright {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 20px 34px;
  border-top: 1px solid rgba(25, 215, 223, .2);
  color: #91aab2;
  font: 700 13px/1.5 Inter, Arial, sans-serif;
  letter-spacing: .04em;
  text-align: center;
}
