@charset "UTF-8";


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

@media screen and (max-width: 480px) {
  .p.wp-embed-heading{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0;
  }
  .wp-embed{
    padding: 10px;
  }
  .wp-embed-excerpt{
  display: none;
}
.wp-embed-featured-image.square{
  float: none;
  max-width: initial;
  margin: 0 auto;
  width: 100%;
}

}