#luceda-diagram {
  width: 700px;
}
/* Phone Resizing */
@media (max-width: 768px){
  #luceda-diagram {
    width: 250px;
  }
}
