/**
 * @file
 * Video file element styles.
 *
 * @see /webform/test_element_media_file
 */

.webform-video-file video {
  width: 100%;
  height: auto;
}
