.simec-remote-card {
  max-width: 1180px;
  width: min(96vw, 1180px);
  max-height: 96vh;
  overflow: auto;
}

.simec-remote-frame {
  display: block;
  width: 100%;
  height: min(68vh, 760px);
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #101820;
}

@media (max-width: 950px) {
  .simec-remote-frame {
    height: 62vh;
  }
}
