#graphics {
  display: none;
}

  .graphics p {
    margin-top: 5px;
    text-align: center;
  }

  .boxflexg {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
    .boxflexg img {
      max-width:400px;
      margin:2px;
    }
