/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.responsive-iframe {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.responsive-iframe:before {
	content: "";
	padding-top: 56.2%;
	display: block;
}
.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content-gap {
	padding-top: 20px;
}
