.blockFeatured-type5-item {
  position: relative;
}
.blockFeatured-type5-item .blockFeatured-picture {
  height: 100%;
}
.blockFeatured-type5-item .blockFeatured-picture .contentPicture {
  height: 100%;
}
.blockFeatured-type5-item .blockFeatured-picture .contentPicture picture {
  height: 100%;
  width: 100%;
}
.blockFeatured-type5-item .blockFeatured-picture .contentPicture picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blockFeatured-type5-item:hover:before,
.blockFeatured-type5-item:hover .blockFeatured-content {
  opacity: 0;
}
.blockFeatured-type5-item:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  background-color: #212429;
  transition: opacity 0.4s ease;
}
.blockFeatured-type5-item.duaLazyOn:nth-child(3n+1) {
  transition-delay: 0.2s;
}
.blockFeatured-type5-item.duaLazyOn:nth-child(3n+2) {
  transition-delay: 0.4s;
}
.blockFeatured-type5-item .blockFeatured-content {
  width: 100%;
  height: 100%;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  transition: opacity 0.4s ease;
}
.blockFeatured-type5-item .blockFeatured-content > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.blockFeatured-type5-item .blockFeatured-content .contentTitle {
  margin-bottom: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
}
.blockFeatured-type5-item .blockFeatured-content .contentTitle > * {
  color: #FFFFFF;
}
.blockFeatured-type5-item .blockFeatured-content > i {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 30px;
}
@media (min-width: 1440px) {
  .blockFeatured-type5-item .contentTitle {
    max-width: 402px;
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .blockFeatured-type5-item .contentTitle {
    max-width: 302px;
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .blockFeatured-type5-item .contentTitle {
    max-width: 240px;
    font-size: 28px;
    line-height: 32px;
  }
}/*# sourceMappingURL=type5-item.css.map */