#desktop-frame { height: min(calc(100vw * .5625), 1080px); min-height: 675px; }
.desktop-work #desktop-empty { display:none !important; }
.desktop-work .terminal-bar { position:sticky; top:0; z-index:2; }
.desktop-work:fullscreen { background:#101719; width:100vw; height:100vh; border:0; }
.desktop-work:fullscreen #desktop-frame { height:calc(100vh - 46px); max-height:none; min-height:0; }
.desktop-work:fullscreen .terminal-bar { position:relative; top:auto; }
@media (max-width:650px) { #desktop-frame { height:360px; min-height:0; } }
