.promo-double {
  position: relative;
  margin: -30px -20px 30px;
  padding: 0 0 0 calc(100% - 260px);
  background: #012342;
  color: #fff;
}
.front .promo-double {
  margin-top: 0;
}
.promo-double__article {
  position: relative;
  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;
  min-height: 600px;
}
.promo-double__article--0 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 320px);
  padding: 35px;
  height: 100%;
}
.promo-double__article--1 {
  padding: 35px 20px;
}
.promo-double__cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
}
.promo-double__cover: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-double__category a {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #ed1c24;
}
.promo-double__date {
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #b7b7b7;
}
.promo-double__title {
  margin: 2px 0 5px;
  font-size: 2.4rem;
  line-height: 2.7rem;
  font-weight: bold;
}
.promo-double__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-double__summary {
  margin: 0 0 10px;
}
.promo-double__author {
  font-size: 1.4rem;
  line-height: 1.7rem;
}


@media screen and (max-width: 999px) {
  .promo-double__article {
    min-height: 500px;
    padding: 20px;
  }
}

@media screen and (max-width: 599px) {
  .promo-double {
    display: block;
    padding: 0 20px 20px;
  }
  .promo-double__article--0 {
    position: relative;
    min-height: 400px;
    width: auto;
    margin: 0 -20px;
    padding: 20px;
  }
  .promo-double__article--1 {
    min-height: 101px;
    margin: 20px 0 0;
    padding: 20px 0 0 95px;
    border-top: 1px solid #344f68;
  }
  .promo-double__article--1 .promo-double__cover {
    width: 80px;
    height: 80px;
    top: 20px;
  }
  .promo-double__title {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  .promo-double__title--0 {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}
