
    .iframeNative1 {
      width: calc(100% - 2px);
      height: 142px;
      -webkit-transition: height 150ms ease;
      transition: height 150ms ease;
      border: #1a9cab 1px solid!important;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;

  }

  @media only screen and (max-width: 1539px) {
      .iframeNative1 {
          height: 142px;
      }
  }
  @media only screen and (max-width: 800px) {
      .iframeNative1 {
          height: 142px;
      }
  }
  @media only screen and (max-width: 480px) {
      .iframeNative1 {
          height: 112px;
      }
  }

  .iframeNative2 {
      width: calc(100% - 2px);
      height: 80px;
      -webkit-transition: height 150ms ease;
      transition: height 150ms ease;
      border: #1a9cab 1px solid!important;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
  }

  .iframeNative3 {
    width: calc(100% - 2px);
    height: 118px;
    -webkit-transition: height 150ms ease;
    transition: height 150ms ease;
    border: #1a9cab 1px solid!important;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  /* @media only screen and (max-width: 1539px){
      .iframeNative3 {
        height: 118px;
      }
    }

   @media only screen and (max-width: 800px){
      .iframeNative3 {
        height: 180px;
      }
    }*/

    @media only screen and (max-width: 480px){
      .iframeNative3 {
        height: 118px;
      }
    }

   .iframeNative4 {
    width: calc(100% - 2px);
    height:345px;
    -webkit-transition: height 150ms ease;
    transition: height 150ms ease;
    border: #1a9cab 1px solid!important;
  }


  .clearfix:before,
  .clearfix:after {
      content: "";
      display: table;
  }
  .clearfix:after {
      clear: both;
  }
  .clearfix {
      *zoom: 1;
  }
  .nativeFixBody {
      position: fixed;
      height: auto;
      width: 100%;
      overflow: hidden;
  }

  .maskNative *,
  .maskNative {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
  }

.maskNativeDefault {
  -webkit-transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out 300ms;
  -o-transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out 300ms;
  transition: opacity 300ms ease-in-out, visibility 1ms ease-in-out 300ms;
}

  .maskNative {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(44, 29, 81, 0.88);
      z-index: 50000;
      overflow: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /*align-items: center;*/
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      visibility: hidden;
      opacity: 0;

  }


  .maskNativeShow {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 300ms ease-in-out;
      -o-transition: opacity 300ms ease-in-out;
      transition: opacity 300ms ease-in-out;
  }

  .maskNative .overlayNative {
      background: #fff;
      width: 720px;
      min-height: 1px;
      margin: 50px 20px 20px 20px;
      border: 1px solid #f08a18;
      -webkit-transition: margin 300ms ease-in-out;
      -o-transition: margin 300ms ease-in-out;
      transition: margin 300ms ease-in-out
  }

  .maskNative.maskNativeShow .overlayNative {
  margin: 50px 20px 20px 20px;
  }

  .overlayNativeContentWrap {
      position: relative;
  }

  [data-type="infografica"] .overlayNativeContent img {
      display: block;
      width: 100%;
  }

  [data-type="infografica"] .overlayNativeBottom {
      display: none;
  }

  [data-type="gallery"] .swParent {
      position: relative;
  }

  [data-type="gallery"] .swiper-container {
      width: 100%;
      margin: 0;
  }
  [data-type="gallery"] .swiper-container .swiper-slide img {
      display: block;
  }
  [data-type="gallery"] .native-swiper-slide-next {
      position: absolute;
      height: 160px;
      width: 50px;
      background-color: #1a9cab;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGhlaWdodD0iNTIiIHdpZHRoPSIxOCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4IDUyIj4gICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDMuMDcgMC4xNCBMIDE3LjU4IDI1LjI4IEwgMTUuMTUgMjYuNjggTCAwLjY0IDEuNTQgTCAzLjA3IDAuMTQgTCAzLjA3IDAuMTQgWiBNIDMuMDcgMC4xNCIgLz4gICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDAuNTEgNTAuNjggTCAxNS40MyAyNC44MiBMIDE3LjU5IDI2LjA3IEwgMi42NiA1MS45MyBMIDAuNTEgNTAuNjggTCAwLjUxIDUwLjY4IFogTSAwLjUxIDUwLjY4IiAvPjwvc3ZnPg==);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      top: 50%;
      margin-top: -80px;
      right: -10px;
      cursor: pointer;
  }
  [data-type="gallery"] figure.nativeThumb {
      float: left;
      width: 25%;
      position: relative;
      z-index: 0;
      cursor: pointer;
  }
  [data-type="gallery"] figure.nativeThumbActive {
      z-index: 1;
      cursor: default;
  }
  [data-type="gallery"] figure.nativeThumb:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, .66);
      outline: 6px solid transparent;
      -webkit-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
  }
  [data-type="gallery"] figure.nativeThumbActive:after {
      background: rgba(0, 0, 0, 0);
      outline-color: #1a9cab;
  }
  [data-type="gallery"] figure.nativeThumb img {
      display: block;
      width: 100%;
  }
  [data-type="gallery"] .swiper-container,
  [data-type="gallery"] .swiper-pagination,
  [data-type="gallery"] .swiper-wrapper {
      z-index: auto;
  }

  .overlayNativeVideoContainer iframe {
      width: 100%;
      height: 405px;
  }

 /* .overlayNativeVideoContainer {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 0;
      height: 0!important;
      overflow: hidden;
      width: 100%!important;
  }*/




  .overlayNativeClose {
      width: 160px;
      height: 160px;
      display: block;
      position: absolute;
      top: -80px;
      right: -80px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSIxNjBweCIgdmlld0JveD0iMCAwIDgwIDE2MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+ICAgICAgICA8dGl0bGU+Y2hpdWRpPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPGxpbmVhckdyYWRpZW50IHgxPSI1Mi4zNjQwNDU0JSIgeTE9IjAlIiB4Mj0iNTIuMzY0MDQ3MSUiIHkyPSIxMDAlIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+ICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ2NTYwODAxNiIgb2Zmc2V0PSIwJSI+PC9zdG9wPiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+ICAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgICA8L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPiAgICAgICAgPGcgaWQ9ImNoaXVkaSIgc2tldGNoOnR5cGU9Ik1TTGF5ZXJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMDAwMDAwLCAtMS4wMDAwMDApIj4gICAgICAgICAgICA8cGF0aCBkPSJNNDAuNTA0MzEyNSw0MC44Nzk0MTkzIEwxMjAuNTA0MzExLDEyMC44Nzk0MTkgTC0zOS40OTU2ODksMTIwLjg3OTQxOSBMNDAuNTA0MzEyNSw0MC44Nzk0MTkzIFoiIGlkPSJncmFkaWVudCIgZmlsbD0idXJsKCNsaW5lYXJHcmFkaWVudC0xKSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAuNTA0MzExLCA4MC44Nzk0MTkpIHJvdGF0ZSgtMjcwLjAwMDAwMCkgdHJhbnNsYXRlKC00MC41MDQzMTEsIC04MC44Nzk0MTkpICI+PC9wYXRoPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNyw4MCBMMjMsODAgTDIzLDgyIEwzNyw4MiBMMzcsOTYgTDM5LDk2IEwzOSw4MiBMNTMsODIgTDUzLDgwIEwzOSw4MCBMMzksNjYgTDM3LDY2IEwzNyw4MCBaIiBpZD0iUmVjdGFuZ2xlLTYiIGZpbGw9IiNGRkZGRkYiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
      background-repeat: no-repeat;
      background-size: 50% auto;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
  }
  .overlayNativeBottom {
      padding: 30px 60px 20px 60px;
  }

  .overlayNativeBottomContent {
      float: left;
      width: calc(100% - 85px);
  }

  .overlayNativeTitle {
    margin: 0 0 10px 0;
  }

  .overlayNativeTitle a {
      color: #105363;
      font-family: "Lato";
      font-size: 40px;
      font-weight: 400;
      line-height: 42px;
      text-decoration: none;
  }
  .overlayNativeTitle a:hover {
      text-decoration: underline;
  }
  .overlayNativeAbstract {
      font-family: 'Lato';
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #000;
  }
  .overlayNativeScopriSmall {
      color: #1a9cab;
      font-family: Lato;
      font-size: 13px;
      font-weight: 700;
      line-height: 18px;
      text-transform: uppercase;
      text-decoration: none;
      margin-top: 10px;
      display: inline-block;
  }
  .overlayNativeScopriSmall:hover {
      text-decoration: underline;
  }
  .overlayNativeAreaLogo {
      float: left;
      width: 70px;
  }
  .overlayNativeAreaLogo figure {
      height: 30px;
      margin: 0;
      padding: 0;
  }
  .overlayNativeAreaLogo img {
      display: block;
      margin: 0 auto;
      height: 30px;
  }
  a.overlayNativeLogoText {
      display: block;
      text-align: center;
      color: #a3a3a3;
      font-family: Lato;
      font-size: 10px;
      font-weight: 400;
      line-height: 12px;
      text-transform: uppercase;
      text-decoration: none;
  }
  .overlayNativeLogoText:hover {
      text-decoration: underline;
  }
  .overlayNativeToolbar {
      border-top: 1px solid #e7e7e7;
      padding: 30px 60px 20px 60px;
  }
  .overlayNativeFacebook {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGhlaWdodD0iMTgiIHdpZHRoPSI4IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOCAxOCI+ICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTSA4LjAyIDUuODMgTCA1LjI5IDUuODMgTCA1LjI5IDMuOTYgQyA1LjI5IDMuMjYgNS43MyAzLjEgNi4wNSAzLjEgTCA3Ljk3IDMuMSBMIDcuOTcgMC4wMSBMIDUuMzIgMCBDIDIuMzcgMCAxLjcgMi4zIDEuNyAzLjc3IEwgMS43IDUuODMgTCAwIDUuODMgTCAwIDkuMDEgTCAxLjcgOS4wMSBMIDEuNyAxOCBMIDUuMjkgMTggTCA1LjI5IDkuMDEgTCA3LjcgOS4wMSBMIDguMDIgNS44MyBMIDguMDIgNS44MyBaIE0gOC4wMiA1LjgzIiAvPjwvc3ZnPg==);
      background-repeat: no-repeat;
      background-color: #4460aa;
      background-position: 15px 50%;
      border-radius: 3px;
      float: left;
      height: 42px;
      line-height: 42px;
      color: white!important;
      font-family: Lato;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 20px 0 42px;
      text-decoration: none;
      margin-right: 20px;
      cursor: pointer;
  }
  .overlayNativeTwitter {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGhlaWdodD0iMTgiIHdpZHRoPSIyMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIxIDE4Ij4gICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNIDIwLjk2IDIuMDggQyAyMC4xOSAyLjQzIDE5LjM2IDIuNjcgMTguNDkgMi43OCBDIDE5LjM4IDIuMjMgMjAuMDYgMS4zNiAyMC4zOCAwLjMyIEMgMTkuNTUgMC44MyAxOC42MyAxLjIgMTcuNjUgMS40IEMgMTYuODcgMC41NCAxNS43NSAwIDE0LjUxIDAgQyAxMi4xNCAwIDEwLjIxIDEuOTkgMTAuMjEgNC40NCBDIDEwLjIxIDQuNzggMTAuMjUgNS4xMiAxMC4zMiA1LjQ1IEMgNi43NSA1LjI2IDMuNTggMy41IDEuNDYgMC44MSBDIDEuMDkgMS40NyAwLjg4IDIuMjMgMC44OCAzLjA0IEMgMC44OCA0LjU4IDEuNjQgNS45NCAyLjc5IDYuNzQgQyAyLjA5IDYuNzEgMS40MiA2LjUxIDAuODQgNi4xOCBDIDAuODQgNi4yIDAuODQgNi4yMiAwLjg0IDYuMjQgQyAwLjg0IDguMzkgMi4zMiAxMC4xOCA0LjI5IDEwLjU5IEMgMy45MyAxMC42OSAzLjU1IDEwLjc0IDMuMTYgMTAuNzQgQyAyLjg4IDEwLjc0IDIuNjEgMTAuNzIgMi4zNSAxMC42NiBDIDIuOSAxMi40MyA0LjQ4IDEzLjcxIDYuMzcgMTMuNzQgQyA0Ljg5IDE0Ljk0IDMuMDQgMTUuNjQgMS4wMyAxNS42NCBDIDAuNjggMTUuNjQgMC4zNCAxNS42MiAwIDE1LjU4IEMgMS45IDE2Ljg0IDQuMTYgMTcuNTggNi41OSAxNy41OCBDIDE0LjUgMTcuNTggMTguODMgMTAuODEgMTguODMgNC45NSBDIDE4LjgzIDQuNzYgMTguODIgNC41NyAxOC44MSA0LjM4IEMgMTkuNjUgMy43NSAyMC4zOCAyLjk3IDIwLjk2IDIuMDggTCAyMC45NiAyLjA4IFogTSAyMC45NiAyLjA4IiAvPjwvc3ZnPg==);
      background-repeat: no-repeat;
      background-color: #1cadea;
      background-position: 13px 50%;
      background-repeat: no-repeat;
      border-radius: 3px;
      float: left;
      height: 42px;
      line-height: 42px;
      color: white!important;
      font-family: Lato;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 20px 0 42px;
      text-decoration: none;
      cursor: pointer;
  }

  .overlayNativeScopriButton {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIGhlaWdodD0iMTIiIHdpZHRoPSI4IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOCAxMiI+ICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTSA1LjE1IDYuNDIgTCAxLjI2IDEwLjMxIEwgMi42OCAxMS43MyBMIDcuOTggNi40MyBMIDIuMzIgMC43NyBMIDAuOTEgMi4xOCBMIDUuMTUgNi40MiBMIDUuMTUgNi40MiBaIE0gNS4xNSA2LjQyIiAvPjwvc3ZnPg==);
      background-color: #1a9cab;
      background-position: calc(100% - 15px) 50%;
      background-repeat: no-repeat;
      border-radius: 21px;
      float: right;
      height: 42px;
      line-height: 42px;
      color: white!important;
      font-family: Lato;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 50px 0 30px;
      text-decoration: none;
  }

  @media only screen and (max-width: 722px) {
      .maskNative:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #1a9cab;
        z-index: 10000;
      }

      .overlayNativeClose {
        position: fixed;
      }

      .maskNative .overlayNative {
        width: calc(100% - 2px);
        min-height: 100vh;
        margin: 0!important;
        overflow: hidden;
      }

     [data-type="gallery"] .swiper-container {
      width: calc(100vw - 2px);
     }

    [data-type="gallery"] .swiper-container .swiper-slide {
      width: 100%;
    }

    [data-type="gallery"] .swiper-container .swiper-slide img {
      width: 100%;
    }

    [data-type="gallery"] .native-swiper-slide-next {
      display: none;
    }

    .overlayNativeBottom {
      padding: 20px 20px 65px 20px;
    }

    .overlayNativeBottom > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .overlayNativeBottom > div .overlayNativeBottomContent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    float: none;
    width: 100%;
    }

    .overlayNativeBottom > div .overlayNativeAreaLogo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    float: none;
    width: 100%;
    margin-bottom: 5px;
    }

    .overlayNativeBottom > div .overlayNativeAreaLogo  > figure {
      float: left;
    }

     .overlayNativeBottom > div .overlayNativeAreaLogo  > a {
      line-height: 30px;
      float: left;
      margin-left: 10px;
     }

    .overlayNativeTitle a {
      font-size: 26px;
      line-height: 1em;
      margin-bottom: 10px;
      font-weight: 300;
      display: block;
    }

    .overlayNativeAbstract p,
    .overlayNativeAbstract {
      font-size: 14px;
    }


    .overlayNativeToolbar {
      padding: 5px 10px;
      position: fixed;
      bottom: 0;
      left: 0;
      background: #fff;
      border-bottom: 1px solid #1a9cab;
      border-left: 1px solid #1a9cab;
      border-right: 1px solid #1a9cab;
      width: calc(100% - 20px - 2px);
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
    }

    .overlayNativeFacebook {
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap;
      padding-right: 0;
      width: 0;
      margin-right: 10px;
    }

    .overlayNativeTwitter {
      text-indent: 100%;
      overflow: hidden;
      white-space: nowrap;
      padding-right: 0;
      width: 0;
      margin-right: 10px;
    }

    [data-type="gallery"] figure.nativeThumb:after {
      outline: 4px solid transparent;
    }

    [data-type="gallery"] figure.nativeThumbActive:after {
        outline-color: #1a9cab;
    }

    [data-type="infografica"] .overlayNativeContent {
      padding-bottom: 65px;
    }

    .overlayNativeVideoContainer iframe  {
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
       width: 100%;
       height: 1px;
       display: block;
  }

    .overlayNativeVideoContainer iframe.nativeResp  {
       height: 56.25vw;
       width: 100%;
    }


  }

  .iframeNative5 {
      position: relative;
      width: 100%;
      height: 350px;
      -webkit-transition: height 150ms ease;
      -o-transition: height 150ms ease;
      transition: height 150ms ease;
      border: #c9ed51 2px solid !important;
      margin-bottom: 30px;
      background: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
  }

@media only screen and (max-width: 630px){
    .iframeNative5 {
      width: 100%;
      height: 350px;
      max-width: 400px;
      margin: 20px auto 0;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
    }
}

  .iframeNative6,
  .iframeNative8 {
      position: relative;
      width: 100%;
      height: 100px;
      -webkit-transition: height 150ms ease;
      transition: height 150ms ease;
      max-width: 300px;
      margin-bottom: 30px;
  }

  .iframeNative8 {
      margin-bottom: 25px;
  }

  .iframeNative7 {
      position: relative;
      width: 100%;
      height: 240px;
      -webkit-transition: height 150ms ease;
      -o-transition: height 150ms ease;
      transition: height 150ms ease;
      border: #c9ed51 2px solid !important;
      margin: 15px 0;
      background: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
  }

  @media only screen and (max-width: 630px){
      .iframeNative7 {
        width: 100%;
        height: 350px;
        max-width: 400px;
        margin: 20px auto 0;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
      }
  }


  .iframeNative9 {
    position: relative;
    width: 100%;
    height: 165px;
    margin-bottom: 50px;
    -webkit-transition: height 150ms ease;
    -o-transition: height 150ms ease;
    transition: height 150ms ease;
    border: #00dad6 2px solid !important;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  @media only screen and (max-width: 767px) {
    .iframeNative9 {
      height: 100px;
      margin-bottom: 25px;
    }
  }