.promo-triplet {
  position: relative;
  min-height: 400px;
  margin: -30px -20px 30px;
  padding: 20px 20px 20px calc(100% - 260px);
  background: #012342;
  color: #fff;
}
.front .promo-triplet {
  margin-top: 0;
}
.promo-triplet__article {
  position: relative;
}
.promo-triplet__article--0 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: calc(100% - 320px);
  padding: 35px;
  height: 100%;
}
.promo-triplet__article--1 {
  margin: 0 0 20px;
  padding: 295px 0 20px;
  border-bottom: 1px solid #344f68;
}
.promo-triplet__article--2 {
  min-height: 121px;
  padding: 0 0 20px 115px;
  border-bottom: 1px solid #344f68;
}
.promo-triplet__cover {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.promo-triplet__cover--main {
  z-index: -1;
  width: 100%;
  height: 100%;
}
.promo-triplet__cover--main:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,35,66,0)), color-stop(100%,rgba(1,35,66,1)));
  background: -webkit-linear-gradient(top, rgba(1,35,66,0) 0%, rgba(1,35,66,1) 100%);
  background: linear-gradient(to bottom, rgba(1,35,66,0) 0%, rgba(1,35,66,1) 100%);
}
.promo-triplet__cover--square {
  width: 100%;
  height: 280px;
}
.promo-triplet__cover--small-square {
  width: 100px;
  height: 100px;
}
.promo-triplet__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #ed1c24;
}
.promo-triplet__date {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #b7b7b7;
}
.promo-triplet__title {
  margin: 2px 0 5px;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: bold;
}
.promo-triplet__title--0 {
  max-width: 650px;
  margin: 5px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 3.4rem;
  line-height: 3.7rem;
  font-weight: 900;
}
.promo-triplet__summary {
  margin: 0 0 10px;
}
.promo-triplet__author {
  font-size: 1.4rem;
  line-height: 1.7rem;
}


@media screen and (max-width: 999px) {
  .promo-triplet {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 20px;
  }
  .promo-triplet__article {
    position: relative;
    -ms-flex: 1 0 calc(50% - 20px);
    -webkit-flex: 1 0 calc(50% - 20px);
    flex: 1 0 calc(50% - 20px);
    margin: 0 10px;
    padding: 20px 0 0 115px;
    border: 0;
    border-top: 1px solid #344f68;
  }
  .promo-triplet__article--0 {
    position: relative;
    -ms-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    width: 100%;
    height: 500px;
    margin: 0 -10px 20px;
    padding: 20px;
    border: 0;
  }
  .promo-triplet__cover--square,
  .promo-triplet__cover--small-square {
    top: 20px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .promo-triplet__article--0 {
    height: auto;
    min-height: 450px;
  }
}

@media screen and (max-width: 599px) {
  .promo-triplet {
    display: block;
    margin: -20px -20px 20px;
    padding: 0 20px 20px;
  }
  .promo-triplet__article {
    min-height: 101px;
    margin: 20px 0 0;
    padding: 20px 0 0 95px;
  }
  .promo-triplet__article--0 {
    min-height: 400px;
    width: auto;
    margin: 0 -20px;
    padding: 20px;
  }
  .promo-triplet__title--0 {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .promo-triplet__cover--square,
  .promo-triplet__cover--small-square {
    width: 80px;
    height: 80px;
  }
}
