/************************* DISPLAY CLASSES *************************/

.display-none{
  display:none
}

.display-flex{
  display: flex;
}