.media-rendered{
  background-color: #e2deef;
  padding: 10px 20px;
  position: relative;
  display: flex;
  min-height: 150px;
}
.media-rendered .media-content {
  width: 100%;
}
.media-rendered.video .media-content, .media-rendered .media-video {
  width: 50%;
}
.media-rendered .media-content {
  padding-right: 15px;
}
.media-rendered .media-content > [class*="media-content-"]:not(.media-content-title) {
  margin-top: 10px;
}
.media-rendered .media-content-title {
  height: 50px;
  position: relative;
  width: 100%;
}
.media-rendered .media-content-title .media-content-background {
  width: 50px;
  display: inline-block;
  height: 100%;
  background-image: url(../images/media/technology.svg);
  background-size: 50px;
  margin-right: 20px;
}
.media-rendered .media-content-title h3 {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.media-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 30%;
  width: 500px;
}
.media-video > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-rendered.document .media-content-title .media-content-background {
  background-image: url('../images/media/download.svg');
}
.media-rendered.document .media-content {
  width: 100%;
}
.media-rendered.document .media-content-infos {
  float: right;
}

.media-rendered.map .media-content-background {
  background-image: url('../images/media/placeholder.svg');
}

.media-rendered.gallery .media-content-background {
  background-image: url('../images/media/gallery.svg');
}

.media-rendered.calameo .media-content-background {
  background-image: url('../images/media/book.svg');
}

.media-rendered.tweet .media-content-background {
  background-image: url('../images/media/twitter.svg');
}
.media-rendered.tweet .media-content-tweet {
  width: 50%;
  margin: 0 auto;
}

.video-embed-field-responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.visually-hidden{
  display: none;
}