$fade-start: rgba(0, 0, 0, 1);
$fade-stop: rgba(0, 0, 0, 0);

.tag-select-outer-focus {
  color: #747373;
  font-size: 17px;
  text-align: center;
  line-height: 35px;
  padding: 30px 10px;
}

.tile-item-text-awards-wrapper {
  position: absolute;
  height: 98.5%;
  width: 98.5%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
}

.tile-item-text-awards {
  position: absolute;
  text-align: center;
  align-self: flex-end;
  color: white;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  padding: 0px 10px 10px 10px;
}

.tile-item-large-text {
  font-size: 15px;
}

.image-wrapper {
  background: #000;
}

.fade-out {
  vertical-align: top;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 1;
  /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1)); */
}

.tile-item {
  overflow: hidden;
  /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1)); */
}

.tile-outer-awards{
  padding: 2px;
}