.yp-hp-parallax .yp-article-single {
        margin: 0 auto;
        max-width: 570px;
        width: 100%;
        text-align: center;
}
.yp-row--bigheader .yp-col--bigheader-1 img {
    width: 300px; /* ou une autre valeur comme 400px */
    height: auto; /* pour conserver les proportions */
}

@media screen and (max-width:767px) {
  .yp-layout--default .yp-article-single--466528 .yp-article-single__featured img {
  	height: 510px;
  }
  
  .yp-row--bigheader {
    padding: 8px 16px !important;
  }
  
  .yp-row--bigheader .yp-col--bigheader-1 p {
  	margin-bottom: 0;
  }

  .yp-row--bigheader .yp-col--bigheader-1 img {
    height: 80px;
    width: auto;
  }
}