#frontend_video {
    padding: 40px;
    background-color: white;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

/* #frontend_video #frontend_video_status { */
/*     display: flex; */
/*     flex-direction: row; */
/*     align-items: center; */
/*     justify-content: center; */
/*     column-gap: 8px; */
/*     margin-bottom: 40px; */
/* } */
/* #frontend_video #frontend_video_status #frontend_video_status_indicator.frontend_video_status_indicator_unknown i { */
/*     color: gray; */
/* } */
/* #frontend_video #frontend_video_status #frontend_video_status_indicator.frontend_video_status_indicator_start i { */
/*     color: green; */
/* } */
/* #frontend_video #frontend_video_status #frontend_video_status_indicator.frontend_video_status_indicator_stop i { */
/*     color: red; */
/* } */
/* #frontend_video #frontend_video_status #frontend_video_status_text { */
/*     color: #555; */
/* } */

#frontend_video #frontend_video_video {
    width: 900px;
}

#frontend_video #frontend_video_video_autostart_failed {
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
    #frontend_video #frontend_video_video { max-width: 90vw; }
}
