.product-item {
  width: 100%;
  height: 100%;
}
.product-item.breaking-zone.PE25_LAST_DAYS_BZ_M_BoosterAvecCta {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  text-align: center;
  position: relative;
}
.product-item.breaking-zone.PE25_LAST_DAYS_BZ_M_BoosterAvecCta img.bg,.product-item.breaking-zone.PE25_LAST_DAYS_BZ_M_BoosterAvecCta picture{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ast{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 16px;
  color: #383838;
}
@media screen and (min-width: 1920px) {
  .product-item.breaking-zone.PE25_LAST_DAYS_BZ_M_BoosterAvecCta {
    min-height: 680px;
    height: 680px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .product-item.breaking-zone.PE25_LAST_DAYS_BZ_M_BoosterAvecCta{
    min-height: 650px;
    height: 650px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .product-item.breaking-zone.PE25_LAST_DAYS_BZ_M_BoosterAvecCta{
    min-height: 470px;
    height: 470px;
  }
}
@media screen and (max-width: 1022px){
  .product-item.breaking-zone.PE25_LAST_DAYS_BZ_M_BoosterAvecCta {
    min-height: auto;
    height: auto;
  }
  .ast{
    font-size: 10px;
  }
}