
.first-row__wrapper {
  position: relative;
}
.tile-block__row-item a {
  padding: 0;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}

.tile-block__row-item a span {
  position: absolute;
  z-index: 2;
  transform: translateX(-50%);
  bottom: 0;
}
.tile-block {
  width: 90%;
  overflow: hidden;
}
.tile-block__row.first-row {
  width: 100%;
  overflow-y: hidden;
  position: relative;
}
.first-row__wrapper:hover .columns-header__link {
  height: 100%;
  letter-spacing: 0.32em;
}

.columns-header__link.columns-header__link {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  color: #fff;
  box-sizing: border-box;
  text-shadow: 0 0 5px #180606, 0 0 20px #180606;
  -webkit-transition: ease-out 0.15s;
  -moz-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
  position: absolute;
  z-index: 19;
  bottom: 10px;
  width: 100%;
  text-decoration: none;
  pointer-events: none;
  display: inline-flex;
  justify-content: center;
  align-items: end;
  height: 250px;
}

.columns-header__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  position: absolute;
  bottom: 0;
  -webkit-transition: ease-out 0.15s;
  -moz-transition: ease-out 0.15s;
  -o-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
  z-index: -1;
}


.first-row__slide {
  width: max-content;
}
.first-row__slide a {
  position: relative;
  width: 100%;
  min-height: 375px;
  display: inline-flex;
  overflow: hidden;
  transition: ease-out 0.15s;
}
.first-row__slide a * {
  transition: ease-out 0.15s;
}
.columns div:hover a img{
  transform: scale(105%);
}

.columns-item__name {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  background-color: #0002;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 20px #000, 0 0 20px #000;
  opacity: 0;
  z-index: 1;
}
.columns div:hover a span{
  opacity: 1;
}