.legatto-eval-embed {
  position: relative;
  left: 50%;
  width: 100vw;
  width: 100dvw;
  max-width: 100vw;
  max-width: 100dvw;
  margin: 0 0 0 -50vw;
  margin-left: -50dvw;
  overflow: hidden;
  background: transparent;
}

.legatto-eval-frame {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  scroll-margin-top: 20px;
  transition: none;
}

.legatto-eval-error {
  padding: 18px 20px;
  border-left: 4px solid #f6c703;
  background: #111;
  color: #fff;
  font: 600 15px/1.5 Raleway, Arial, sans-serif;
}

@supports not (width: 100dvw) {
  .legatto-eval-embed { margin-left: -50vw; }
}
