/*
*  Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
*  Use of this source code is governed by a BSD-style license
*  that can be found in the LICENSE file in the root of the source
*  tree.
*/

video {
  margin: 0 10px 0 0;
  width: calc(50% - 7px);
}

video:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 400px) {
  video {
    margin: 0 5px 20px 0;
    width: calc(50% - 5px);
  }
}
