.wp-embed {
  background: #f4f0eb;
	border: 0px;
}


.wp-embed-heading a {
  color: #b73c01 !important;
}
.post-box iframe  {
	width: 100%;
}

.wp-embed-featured-image {
	float: left;
	width: 25%;
	margin-right: 20px;
}
.wp-embed-featured-image img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

