.general-grid .tile{
  position: relative;
  margin-bottom: 1em;
}

.general-grid .tile .tile-content{
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  position: relative;
}

.general-grid .tile .tile-content .text{
  background: #fff;
  margin-left: 1em;
  padding: 1em;
}

.general-grid .tile a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
