.wp-embed {
	width: 90%;
  display: table;
  text-decoration: none;
  color: #404040;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  padding: 12px;
  margin-top: 10px;
}

.wp-embed-featured-image {
  display: table-cell;
  width: 100px;
  margin-bottom: 0px;
}
.wp-embed-featured-image img {
  vertical-align: bottom;
  width: 100px;
  max-width: 100%;
  height: auto;
}
.wp-embed-heading {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
}

p.wp-embed-heading {
	width: 84%;
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}

.wp-embed-featured-image.square {
	margin-left:auto;
    margin: 0 16px;
}

.wp-embed-excerpt{
	display: none;
}

.wp-embed-footer {
	display: none;
}


.wp-embedded-content p {
	margin-bottom: 10px;
}




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


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



}