
.bg-valign-top {
  background-position: center top !important;
}

.grid-item {
  float: left;
  width: 150px;
  height: 150px;
  border: 2px solid hsla(0, 0%, 0%, 0.5);
}

.grid-item--width2 { width: 160px; }
.grid-item--height2 { height: 140px; }

a:any-link {
	cursor:pointer;
}