.dm-article__socialEmbed {
  overflow: hidden;
  margin-bottom: 1rem;
}

/* enforce embed width */
.dm-article__socialEmbed>* {
  width: 100% !important;
}

.dm-article__socialEmbed>.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.dm-article__socialEmbed--video.dm-article__socialEmbed--activeJS {
  position: relative;
  padding-bottom: 56.25%;
}

.dm-article__socialEmbed--video.dm-article__socialEmbed--activeJS>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .dm-article__socialEmbed--narrow {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
