/* override grid */
@media screen and (min-width: 640px) {
  .medium-9 { width: 100% !important; }
}

/* testo giustificato */
p {
  text-align: justify;
  hyphens: auto;
}
