.hs-oembed__starter {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  transition: all 0.2s ease-in;
  width: 100%;
}
.hs-oembed__starter.loading {
  background-color: #222;
  border: 1px solid #000;
}
.hs-oembed__starter > img {
  height: auto;
}
.hs-oembed__starter > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
html.hs-inline-edit .hs-oembed__starter > iframe {
  pointer-events: none;
}
.hs-oembed__error,
.hs-oembed__error a {
  color: #fff;
}
.hs-oembed__error {
  align-items: center;
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}
