.paragraph--type--media-text-component {
  padding: 0px 25px;
}
@media (min-width: 768px) {
  .paragraph--type--media-text-component {
    padding: 0px;
    margin: 0 auto;
  }
}
.paragraph--type--media-text-component .image-container {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .paragraph--type--media-text-component .image-container {
    margin-bottom: 10px;
  }
}
.paragraph--type--media-text-component .image-container img {
  width: 100%;
  margin-bottom: 0 !important;
}
.paragraph--type--media-text-component .image-container.img-video {
  position: relative;
  cursor: pointer;
}
.paragraph--type--media-text-component .image-container.img-video:before {
  content: "";
  top: calc(50% - 40px);
  right: calc(50% - 40px);
  width: 80px;
  height: 80px;
  position: absolute;
  background: url(../../images/play-btn-paragraph.png);
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
  z-index: 1;
}
.paragraph--type--media-text-component .image-container.img-normal img {
  width: auto;
}
.paragraph--type--media-text-component .text-container {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  word-spacing: normal;
  color: #354652;
}
.paragraph--type--media-text-component .text-container h1, .paragraph--type--media-text-component .text-container h2 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #232E35;
}
@media (max-width: 767px) {
  .paragraph--type--media-text-component .text-container h1, .paragraph--type--media-text-component .text-container h2 {
    margin-bottom: 10px;
  }
}
.paragraph--type--media-text-component .text-container p {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  word-spacing: normal;
  color: #354652;
}
.paragraph--type--media-text-component .text-container a {
  color: #04A973;
  font-weight: 500;
}
.paragraph--type--media-text-component .video-container {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(15, 15, 16, 0.7);
  justify-content: center;
}
.paragraph--type--media-text-component .video-container.open {
  display: flex;
}
.paragraph--type--media-text-component .video-container .field--name-field-media-text-video-url,
.paragraph--type--media-text-component .video-container .field--name-field-mt-video {
  align-self: center;
}
.paragraph--type--media-text-component .video-container .field--name-field-media-text-video-url iframe,
.paragraph--type--media-text-component .video-container .field--name-field-mt-video iframe {
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .paragraph--type--media-text-component .video-container .field--name-field-media-text-video-url iframe,
  .paragraph--type--media-text-component .video-container .field--name-field-mt-video iframe {
    width: 80vw;
    height: 60vh;
  }
}
.paragraph--type--media-text-component .video-container .field--name-field-media-text-video-url:before,
.paragraph--type--media-text-component .video-container .field--name-field-mt-video:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  background: url(../../images/times.svg);
}
@media (min-width: 992px) {
  .paragraph--type--media-text-component .video-container .field--name-field-media-text-video-url:before,
  .paragraph--type--media-text-component .video-container .field--name-field-mt-video:before {
    top: 60px;
    right: 60px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--media-text-component > div.clearfix {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .paragraph--type--media-text-component > div.clearfix .image-container, .paragraph--type--media-text-component > div.clearfix .text-container {
    flex: 1 1 auto;
    width: 50%;
  }
  .paragraph--type--media-text-component > div.clearfix .image-container {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .paragraph--type--media-text-component > div.clearfix .text-container {
    margin-left: 15px;
    align-self: center;
  }
  .paragraph--type--media-text-component > div.clearfix .text-container h2 {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--media-text-component > div.clearfix .image-container {
    margin-right: 34px;
  }
  .paragraph--type--media-text-component > div.clearfix .text-container {
    margin-left: 34px;
  }
}

@media (min-width: 768px) {
  .reverse-media-text .paragraph--type--media-text-component > div.clearfix {
    flex-direction: row-reverse;
  }
  .reverse-media-text .paragraph--type--media-text-component:nth-child(even) > div.clearfix {
    flex-direction: row !important;
  }
}