/* Anchored to the supplied film's lower-right visual safe area. */
.video-signature {
  position: absolute;
  z-index: 3;
  right: 5.3%;
  bottom: 3.7%;
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(45, 36, 28, 0.16);
  outline: 7px solid #f6f2ea;
  border-radius: 50%;
  background: #f6f2ea;
  box-shadow: 0 12px 30px rgba(45, 36, 28, 0.08);
  color: #2d241c;
  pointer-events: none;
}
.video-signature b { position: relative; z-index: 1; font: 600 34px/1 "Cormorant Garamond", Georgia, serif; }
.video-signature i { position: absolute; width: 26px; height: 15px; top: 18px; left: 56px; border: 1px solid #b88a44; border-radius: 100% 0 100% 0; transform: rotate(-28deg); }
.video-signature--light { background: #f6f2ea; }
@media (max-width: 800px) {
  .video-signature { right: 3.5%; bottom: 2.8%; width: 76px; height: 76px; outline-width: 5px; }
  .video-signature b { font-size: 27px; }
  .video-signature i { top: 12px; left: 42px; width: 20px; height: 12px; }
}