.presence-visual {
  display: grid;
  place-items: center;
  background: #032c3b;
}

.presence-visual img {
  width: min(82%, 640px);
  height: min(82%, 520px);
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  opacity: 1;
}

@media (max-width: 760px) {
  .presence-visual img {
    width: 84%;
    height: 84%;
  }
}
