
.wp-embed {
	border: none;
	background-color: #fcf3ea;
	padding: 14px;
	display: block;
	position: relative;

	box-shadow: 0px 5px 5px 0px #a3a3a3;
}
.wp-embed:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #ee7700 transparent;
}
.wp-embed-featured-image.square {
	max-width: 180px;
	margin-bottom: 0;
}
.wp-embed .title {
	color: #333;
	font-size: 1.142rem;
	font-weight: 600;

	margin-bottom: 0px;

	display: block;
}
.wp-embed-company {
	margin-bottom: 8px;
}
.wp-embed-excerpt {
	color: #333;
}
.wp-embed-excerpt a {
	display: none;
}

@media screen and (max-width: 599px) {
	.wp-embed {
		font-size: 12px;
	}
	.wp-embed-featured-image.square {
		max-width: 28%;

		margin-right: 12px;
	}
	.wp-embed .title {
		font-size: 0.93rem;
	}
	.wp-embed-excerpt {
		display: none;
	}
	.wp-embed-share-dialog.hidden {
		display: none;
	}
}