#videos {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}
#video1 {
    width: 22%;
}
#video2 {
    width: 70%;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /*===============================*/
    /*===============================*/
}/* END */
/*===============================*/
@media (max-width: 1199.98px) {
    /*===============================*/
    /*===============================*/
}/* END */