.video {
  position: relative;
  padding-bottom: 0;
  width: 640px;
	max-width: 100%;
	margin: auto;
}

.video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
}