.probe--teaser {
  display: inline-block;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 113px;
}

.probe--teaser:focus, .probe--teaser:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  color: #262626;
}

.probe--teaser .field--type-image {
  float: left;
  margin-right: 12px;
  max-width: 70px;
}

.probe--teaser .field--type-image img {
  float: left;
}

.probe--teaser .title {
  display: inline-block;
  font-size: 1.12em;
}

