/*--- elipse styles ---*/
.box {
  height: 9em;
  background: #eee;
  border: 1px solid #ccc;
  border-radius:3px;
  padding: 0.5em 1em;
  margin-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  float: left;
  box-shadow: 0 5px 7px;
  
}
.box--fixed {
  width: 100%;
}
.box--responsive {
  width: 100%;
}
/* necessary plugin styles */
.ellip {
  display: block;
  height: 100%;
}
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
h1 { margin-top:50px auto; color:#fff}