/**
* @file
* Video file styles.
*
* @see /webform/test_element_media_file
*/
.webform-video-file video {
width: 100%;
height: auto;
}