

.video-body {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: auto;
}
.video-header h2{
  text-align: center;
  margin: 25px 0px 15px 0px;
}
.video-section{
  position: relative;
  height: 0;
  padding-top: 56.25%;
  padding-left: 10px;
  padding-right: 10px;

  margin-top: 10px;
  margin-bottom: 5px;
}
/*
.video1 video {
  width: 100%;
  height: auto;
}*/
.video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
