.video {
  position: relative;
  width: 100%;
  min-height: 482px;
}
 
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content {
    margin-top: 10px!important;
}