/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.m1_video_tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: none !important;
}

.m1_video_tab video {
    margin: 20px;
    max-width: 100%;
    width: 420px;
    height: 300px;
}
