// ------------------------------------------------------------------
// Layout
// ------------------------------------------------------------------

.o_RtcVideo {
    width: 100%;
    height: 100%;
}

// ------------------------------------------------------------------
// Style
// ------------------------------------------------------------------

.o_RtcVideo {
    background-color: black;
    border-radius: $o-mail-rounded-rectangle-border-radius-sm;
    cursor: pointer;
}
