.wp-embed {
	border-radius: 10px;
}
.wp-embed .wp-embed-featured-image {
	margin-bottom: 0;
}
.wp-embed .wp-embed-footer {
	margin-top: 20px;
}
@media (max-width: 451px) {
	.wp-embed .wp-embed-heading {
		font-size: 21px;
	}
}
@media (max-width: 370px) {
	.wp-embed .wp-embed-heading {
		font-size: 19px;
	}
}
.wp-embed-heading a:hover {
	color: #092bea;
}
.wp-embed-featured-image a {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	border-radius: 10px;
}
.wp-embed-featured-image img {
	transition-duration: .4s;
}
.wp-embed-featured-image img:hover {
	transform: scale(1.1);
}
.wp-embed .wp-embed-excerpt .wp-embed-more {
	color: #555;
}