﻿    /* Dynamic remote media layout based on participant count */
    .remote-media video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .local-media video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
