.stockchart-box {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .stockchart-box {
    iframe{
      height:1200px;
    }
  }
}