   #stat_card_div {
       position: relative;
       width: 100%;
       height: 0;
       padding-top: 250.0000%;
       padding-bottom: 48px;
       box-shadow: 0 2px 8px 0 rgba(63, 69, 81, 0.16);
       margin-bottom: 0.9em;
       overflow: hidden;
       margin-top: -30px;
       border-radius: 8px;
       will-change: transform;
   }

   #stat-card-iframe {
       position: absolute;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
       border: none;
       padding: 0;
       margin: 0;
   }