iframe.wp-embedded-content {
  max-width: 100% !important;
  width: 100% !important
}

.wp-embed {
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
  height: 100%;
}

.wp-embed-featured-image {
	margin-right: 0;
	position: relative;
	width: 100%;
}
.wp-embed-featured-image::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.wp-embed-featured-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wp-embed-featured-body {
	box-sizing: border-box;
	padding: 1.6rem 2rem 2.4rem;
	width: 100%;
  background-color: #fff;
}

.wp-embed-heading {
	color: #333;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
  font-family: 'EB Garamond', serif;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.wp-embed-heading::after {
	background-color: #D8D8D8;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
}

.wp-embed-excerpt {
	color: #333;
	font-size: 12px;
	line-height: 2;
	margin-top: 1.6rem;
}

.wp-embed-footer {
	margin-top: 0.8rem;
  font-family: 'EB Garamond', serif;
}

.wp-embed-footer a {
	font-size: 14px;
	text-decoration: underline;
}

.wp-embed-more,.wp-embed-meta,.wp-embed-site-icon {
	display: none;
}

@media screen and (min-width:600px) {
	.wp-embed {
		display: flex;
	}
	.wp-embed-featured-image {
		width: 36%;
	}
	.wp-embed-featured-body {
		padding: 40px;
		width: 64%;
	}

	.wp-embed-heading {
		margin-top: 0;
		margin-bottom: 6px;
	}
}

.textlink {
  text-decoration: underline;
  color: #333;
}
