/* Oficina Virtual: smaller video bubbles */

/* Cap each video box to 200x112px (16:9) */
.camera-box {
    max-width: 200px !important;
    max-height: 112px !important;
}

/* Keep the cameras container compact even in multi-line mode */
#cameras-container {
    max-height: 20vh !important;
    justify-content: center !important;
}

/* Prevent the presentation layout from expanding vertically */
.presentation-layout > div:first-child {
    max-height: 20vh !important;
}
