
.chart-embedded{

  .title{
    text-align: center;
  }

  >iframe{
    overflow: hidden;
    width: 100%;
    height: 400px;
    display: inline-table;
  }
}

.height-100p{
  height: 100%;
}

.width-100p{
  width: 100%;
}

.height-400px{
  height: 400px;
}

.height-500px{
  height: 500px;
}