@media only screen and (min-width: 300px) {
  #iframe__election {
    height: 3500px;
  }
}

@media only screen and (min-width: 400px) {
  #iframe__election {
    height: 3300px;
  }
}

@media only screen and (min-width: 500px) {
  #iframe__election {
    height: 4000px;
  }
}

@media only screen and (min-width: 600px) {
  #iframe__election {
    height: 4000px;
  }
}

@media only screen and (min-width: 700px) {
  #iframe__election {
    height: 3800px;
  }
}

@media only screen and (min-width: 800px) {
  #iframe__election {
    height: 4500px;
  }
}

@media only screen and (min-width: 1000px) {
  #iframe__election {
    height: 2500px;
  }
}

@media only screen and (min-width: 1030px) {
  #iframe__election {
    height: 2800px;
  }
}

@media only screen and (min-width: 1100px) {
  #iframe__election {
    height: 2400px;
  }
}

@media only screen and (min-width: 1200px) {
  #iframe__election {
    height: 2000px;
  }
}
