1#terminal-kvm {
2  height: calc(100vh - 300px);
3  display: flex;
4  &.full-window {
5   height: calc(100vh - 80px);
6  }
7  div:nth-child(1) {
8    background: transparent !important;
9    display: block !important;
10    overflow: hidden !important;
11  }
12}