/*
  @include grid-setup((
    count: 12,
    gutter: 40px,
    column: 70px,
    width: 98%
  ));
*/
.section-iframe > .content {
  width: 100%;
  max-width: 1290px;
  padding: 0 60px;
  box-sizing: border-box;
  margin: 0 auto; }
  @media (max-width: 700px) {
    .section-iframe > .content {
      padding: 0 15px; } }
  .section-iframe > .content .field-body > .items .item {
    position: relative;
    width: 100%;
    padding-top: 510px; }
    .section-iframe > .content .field-body > .items .item iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      border: none;
      top: 0;
      left: 0; }

/*# sourceMappingURL=iframe.css.map */
