.wp-embed-footer {
    display: none;
}
.wp-embed {
  border:none;
  border-radius: 20px;
  padding: 40px 230px 40px 30px;
  position: relative;
  min-height: 120px;
}
.wp-embed .wp-embed-featured-image {
  position: absolute;
  left: 30px;
  top: 40px;
  width: 160px;
  height: 120px;
}

.wp-embed .wp-embed-featured-image a {
  display: block;
  height: 100%;
  position: relative;
}
.wp-embed .wp-embed-featured-image a img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  border-radius: 6px;
}