#media-gallery {
  width: 100%;
}

#videos {
  text-align: center;
  padding: 1em;
}

#video1 {
  float: left;
}

#video2 {
  float: right;
}

