@charset "UTF-8";
.video-wrap{
  width:90%;
  margin:0 auto;
}
.video {
    position: relative;
    width: 80%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
  .video-wrao {
    width:90&;
  }
}

