.wp-embed {
  display: table;
  max-width: 400px;
  background: #fafafa;
  color: #666;
  border: 2px solid #e5e5e5;
  font-size: .9em;
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
}

.wp-embed:hover {
  background: #eee;
}

.wp-embed-featured-image {
  display: table-cell;
  width: 100px;
}

.wp-embed-featured-image img {
  vertical-align: bottom;
  width: 100px;
  max-width: 100%;
  height: auto;
}

.wp-embed-heading {
  display: table-cell;
  vertical-align: middle;
  border-left: #e5e5e5 solid 2px;
  padding: 8px;
}
