.formations-banner {
  background: url(../images/realisation-banner.png) center / 100% auto
    no-repeat;
}

@media (max-width: 768px) {
  .formations-banner {
    background: url(../images/realisation-banner.png) center 50% / 155% auto no-repeat;
  }
}