iframe {
  width: 100%;
  height: 2000px;
  border: none;
  overflow: hidden;
}

 /* ----------- 0 - 422px ----------- */
@media screen and (max-width: 424px)
{
iframe {
    height: 17200px
  }
}

/* ----------- 431 - 615px ----------- */
@media screen and (min-width: 425px) and (max-width: 613px)
{
iframe {
    height: 8800px
  }

}

/* ----------- 616px - 803px ----------- */
@media screen and (min-width: 614px)and (max-width: 802px)
{
iframe {
    height: 5900px
  }
}

/* ----------- 804px - 990px ----------- */
@media screen and (min-width: 803px) and (max-width: 991px)
{
iframe {
    height: 4600px
  }
}

/* ----------- 991px - 1180px ----------- */
@media screen and (min-width: 992px) and (max-width: 1180px)
{
iframe {
    height: 3700px
  }
}



/* ----------- 1181px - 1369px ----------- */
@media screen and (min-width: 1181px) and (max-width: 1369px)
{
iframe {
    height: 3050px
  }
}


/* ----------- 1369px - 1558px ----------- */
@media screen and (min-width: 1370px) and (max-width: 1557px)
{
iframe {
    height: 2850px
  }
}


/* ----------- 1559px - 1742px ----------- */
@media screen and (min-width: 1558px) and (max-width: 1744px)
{
iframe {
    height: 2500px
  }
}


/* ----------- 1745px - 1934px ----------- */
@media screen and (min-width: 1745px) and (max-width: 1936px)
{
iframe {
    height: 2100px
  }
}


/* ----------- 1936px - 2312px ----------- */
@media screen and (min-width: 1937px) and (max-width: 2125px)
{
iframe {
    height: 1950px
  }
}

/* ----------- 1936px - 2312px ----------- */
@media screen and (min-width: 2126px) and (max-width: 2312px)
{
iframe {
    height: 1650px
  }
}



/* ----------- 2312px + ----------- */
@media screen and (min-width: 2313px)
{
iframe {
    height: 1700px
  }
}