.tier
{
  margin-bottom: 20px;
  position: relative;
  float: left;

  transition: all .3s;
}

.tier:hover{
  transform: scale(1.1);
}
