/**
 * @file
 * Embed code paragraph.
 */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.paragraph-embed-code {
  background-color: #fff;
  width: 100%;
}
.paragraph-embed-code__inner-wrapper {
  padding: 45px 15px;
  margin: 0 auto;
  max-width: 1176px;
}
@media (min-width: 1176px) {
  .paragraph-embed-code__inner-wrapper {
    padding: 75px 0;
  }
}
.paragraph-embed-code.embeded-iframe {
  padding: 15px;
}
@media (min-width: 1176px) {
  .paragraph-embed-code.embeded-iframe {
    padding: 15px 0;
  }
}
.paragraph-embed-code .paragraph-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1em;
}
.paragraph-embed-code__field-embed-code-body {
  position: relative;
}
.paragraph-embed-code__field-embed-code-body iframe {
  border: 0;
  display: block;
  max-width: 100%;
}
.paragraph-embed-code__field-embed-code-body.embeded-iframe {
  width: 100%;
  border: none;
  min-height: 720px;
  position: relative;
}
.paragraph-embed-code__field-embed-code-body.embeded-iframe {
  text-align: left;
  float: none;
  vertical-align: top;
}
.paragraph-embed-code__field-embed-code-body.embeded-iframe > iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*# sourceMappingURL=embed-code-paragraph.css.map */
