.wp-embed	{
	border: none;
	box-shadow: unset;
}

@media screen and (min-width: 661px) {
	.wp-embed {
		border: 1px solid #ddd;
		border-radius: 10px;
		padding-left: 30px;
		padding-right: 80px;
	}

	.wp-embed-featured-image {
		margin-bottom: 0;
	}

	.wp-embed-featured-image.square {
		max-width: 160px;
		margin-right: 20px;
	}

	.wp-embed-heading {
		font-size: 20px !important;
	}

	.wp-embed-excerpt {
		font-size: 15px;
	}

	.wp-embed-footer {
		margin-top: 0;
		position: relative;
	}

	.wp-embed-site-title {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media screen and (max-width: 660px) {

	.wp-embed {
		padding: 15px;
	}

	.wp-embed-heading {
		font-size: 16px !important;
	}

	.wp-embed-featured-image.square {
		float: right;
		margin-left: 10px;
		margin-right: 0;
		max-width: 130px;
	}

	.wp-embed-featured-image {
		margin-bottom: 0;
	}

	.wp-embed-excerpt {
		font-size: 13px;
	}

	.wp-embed-footer {
		margin-top: 10px;
	}
}