.container{
  position: relative;
  width: 100%;
  padding-bottom: 41.65%;
}

.container > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}