div.thumbnail {
    /*width: 250px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 88, 88, 0.2), 0 6px 20px 0 rgba(0, 88, 88, 0.19);
    text-align: center;
    color: #fff;
    background-color: #0a686e;
    margin-bottom: 50px;
    min-height: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

  }
  
.image {
	/*display: inline-block;*/
  width: 100%;
  height: 230px;
  min-height: 230px;
  border-radius: 15px 15px 0 0;
  background-size: cover;
  background-position: center center;
  /*-webkit-filter: sepia(100%);*/
  cursor: pointer;
}

  