/* motion/flight-demo: frame the recorded console replay. */
.fd-replay { padding-top: 0; }
.fd-frame-wrap { border: 1px solid #26323f; border-radius: 16px; overflow: hidden; background: #05080d; }
.fd-frame { display: block; width: 100%; height: 1460px; border: 0; }
@media (max-width: 1100px) { .fd-frame { height: 2350px; } }
@media (max-width: 700px) { .fd-frame { height: 3100px; } }
