.video{
  padding:75px 0;
  text-align:center;
  /*
   * margin-left: 4px;
   * width: calc(100% + 8px);
   * */
}
.video h2{
  font-weight:400;
}
.video p{
  font-size:20px;
  line-height:30px;
}
.video .content{
  margin:0 auto;
  max-width:810px;
}
.video .video-content{
  overflow:hidden;
  width:808px;
  height:442px;
  cursor:pointer;
}
.video .video-content video{
  width:808px;
  max-width:100%;
}

@media (max-width:1024px){
/*   .wrapper{
    max-width: calc(100% - 60px);
  } */
  .video{
    padding:0 0;
  }
  .video .content{
    width:100%;
    max-width:none:
  }
  .video .wrapper .video-content{
    width:100%;
    height:calc(55.5vw);
  }
  .video .wrapper .video-content video{
    margin-top:0;
    width:100%;
    height:calc(58vw - 60px);
  }
}
