.fp-snapshot {
    border: 1px double #777;
    width: 322px;
    height: 242px;
    margin: 0 auto;
    display: block;

}
.fp-remoteVideo>image {
    width: 320px;
    height: 240px;
}

.fp-localVideo {
    border: 1px double #777;
    width: 322px;
    height: 242px;
    margin: 0 auto;
}
.fp-localVideo>video {
    width: 320px;
    height: 240px;
}


