/**
 * @file
 * Media Embed filter: default styling for media embed errors.
 */

/**
 * The caption filter's styling overrides ours, so add a more specific selector
 * to account for that.
 */

.media-embed-error,
.caption > .media-embed-error {
  max-width: 200px;
  padding: 100px 20px 20px;
  text-align: center;
  background-color: #ebebeb;
}
