.gd-video-wrap {
	max-width: 720px;
	margin: 1.5em auto;
	text-align: center;
}

.gd-video-responsive {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background: #000;
	border-radius: 4px;
}

.gd-video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.gd-video-responsive.gd-video-file {
	padding-bottom: 0;
	height: auto;
	background: transparent;
}

.gd-video-responsive.gd-video-file video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 405px;
	border-radius: 4px;
}
