body {
  animation: body-fade 600ms ease;
}
@keyframes body-fade {
  from { opacity: 0 }
  to   { opacity: 1 }
}

#modal iframe {
  width: 100%;
  min-height: 600px;
}
