blockquote.wp-embedded-content {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

iframe.wp-embedded-content {
  position: relative !important;
}

.single-contents .wp-embed {
  padding: 15px;
  background: #eee;
  max-width: 640px;
}

.single-contents .wp-embed-featured-image img {
  object-fit: cover;
  width: 120px;
  height: 120px;
}

.single-contents p.wp-embed-heading {
  font-size: 18px;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.single-contents .wp-embed-site-icon {
  width: 15px;
  height: 15px;
}

.single-contents .wp-embed-site-title a {
  padding-left: 20px;
  font-size: 12px;
}

.single-contents .wp-embed-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.single-contents .wp-embed-featured-image {
  margin-bottom: 10px;
}

.single-contents .wp-embed-footer {
  margin-top: 10px;
}

@media screen and (max-width: 639px) {
  .single-contents .wp-embed {
    padding: 10px;
  }

  .single-contents .wp-embed-featured-image img {
    object-fit: cover;
    width: 80px;
    height: 80px;
  }

  .single-contents p.wp-embed-heading {
    font-size: 14px;
  }

  .single-contents .wp-embed-excerpt {
    font-size: 12px;
  }

  .single-contents .wp-embed-site-icon {
    width: 12px;
    height: 12px;
  }

  .single-contents .wp-embed-site-title a {
    padding-left: 15px;
    font-size: 10px;
  }
}
