* {
  box-sizing: border-box;
}

/* ---- grid ---- */

.grid {
  max-width: none;
  width: 100%;
}

/* clear fix */

.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.element-item {
  float: left;
  /*width: 200px;
   height: 160px; */
  background: #ffffff;
  border: none;
  /*counter-increment: item;*/
}

.grid-item--height2 {
  height: 200px;
}

.grid-item--height3 {
  height: 240px;
}
