body{
	width:705px;margin-left:auto;margin-right:auto;
}

@media screen and (max-width: 768px) {
  body {
    max-width:365px;margin-left:auto;margin-right:auto;
  }
}
@media screen and (max-width: 480px) {
  body {
    max-width:365px;margin-left:auto;margin-right:auto;
  }
}

.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
  }
  
  .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

  .video2 {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
    }
    
    .video2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

iframe {
	max-width:100%;
	
	}



@media screen and (max-width: 768px) {
  iframe {
    max-width:100%;
  }
}
@media screen and (max-width: 480px) {
  iframe {
    max-width:100%;
  }
}


.movebox{
	width:690px;
	max-width:700px;
}


@media screen and (max-width: 768px) {
  .movebox {
    max-width:360px;
  }
}
@media screen and (max-width: 480px) {
  .movebox {
    max-width:360px;
  }
}