
*{
text-decoration:none !important;
box-sizing: inherit;
}

.grid-block {
float:left;
  min-height: 91vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 148px;
  padding-bottom: 34px;
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  z-index:1 !important;
}

.grid-block__image {
  height: 91vh;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1);
  transition: transform 5s, opacity 0.35s;
  opacity: 0;
}

.grid-block__image_active {
  opacity: 1;
  transform: scale(1.03);
}

.grid-block__content {
  position: relative;
  z-index: 2;
   
}

.grid-block__column {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
   
}

.grid-block__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid rgba(255,255,255,0.5);
  width: 100%;
  text-decoration: none;
  color: currentColor;
  padding: 80px 30px 32px;
  transition: all 0.3s;
  background: rgba(0,0,0,0);
  min-height: 340px;
  position: relative;
  
}

.grid-block__item_active,
.grid-block__item:hover {
  background: #111;
  border-color: #111;
  opacity:0.9;
  
}

.grid-block__year {
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 27px;
  color:#ffffff;
   
}

span.grid-block__subtitle {
  display: block;
  margin-bottom: 4px;
  text-decoration:none !important;
   
}

.grid-block__title  {
  display: block;
  line-height: 0.85;
  text-decoration:none !important;
   
}

