.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 25px;
  margin-bottom: 10%;
	height: 0;
	overflow: hidden;
}

.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 98%;
	margin-left: auto;
	margin-right: auto;
}
