/* Enter Your Custom CSS Here */
#web_report
{   
  display:block;
  margin: 0 auto;
  
   width: 100%; //fallback
   width: 100vw;
  
}
#my-div
{
    width    : 400px;
    height   : 1000px;
    overflow : hidden;
    position : relative;
}

#my-iframe
{
    position : absolute;
    top      : -150px;
    left     : 0px;
    width    : 1280px;
    height   : 1000px;
}