.wp-embed {
  width: auto;
  padding: 15px;
  background: #eee;
  max-width: 640px;
}
.wp-embed-featured-image img {
  object-fit: cover;
  width: 85px;
  height: 85px;
}
p.wp-embed-heading {
  font-size: 16px;
  line-height:1.5;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wp-embed-site-icon {
  width: 15px;
  height: 15px;
}
.wp-embed-site-title a {
  padding-left: 20px;
  font-size: 13px;
}
.wp-embed-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.wp-embed-featured-image {
  margin-bottom: -4px;
}
.wp-embed-footer {
  margin-top: 0px;
}

@media only screen and (max-width:348px) {
 .wp-embed {
  width: auto;
  padding: 15px;
  background: #eee;
  max-width: 640px;
}
.wp-embed-featured-image img {
  object-fit: cover;
  width: 80px;
  height: 80px;
}
p.wp-embed-heading {
  font-size: 15px;
  line-height:1.5;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wp-embed-site-icon {
  width: 14px;
  height: 14px;
}
.wp-embed-site-title a {
  padding-left: 20px;
  font-size: 12px;
}
.wp-embed-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.wp-embed-featured-image {
  margin-bottom: -4px;
}
.wp-embed-footer {
  margin-top: 0px;
}
}
