
      .lc-iframe {
        line-height: normal;
      }
      .lc-iframe__iframe {
        position: relative;
        width: 100%;
        border: 0 none;
        background: transparent;
      }
      .lc-iframe__iframe_canvas {
        pointer-events: none;
      }
      .lc-iframe_in-grid2 {
        display: flex;
        overflow-y: hidden;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
      }
      .lc-iframe_in-grid2 .lc-offsets {
        height: auto;
      }
      .lc-iframe_in-grid2.lc-iframe_with-borders {
        overflow-y: unset;
      }
      .lc-iframe_in-grid2 .lc-iframe__iframe {
        height: 100%;
      }
      .lc-iframe_in-grid2 .lc-borders__advanced-borders-wrapper {
        min-height: 0;
      }
      .lc-iframe__wrapper {
        height: 100%;
      }
    