/* Fabien Building Academy — restauration ciblée de la hauteur mobile
   de la section « Leur expérience chez Fabien Building ». */
@media (max-width:767px){
  html body#top .fb-home-reference-surface
  section[data-fb-common-section="experience"]
  .fb-video-testimonial-grid > .video,
  html body#top .fb-home-reference-surface
  section#experience-apprenants
  .fb-video-testimonial-grid > .video,
  html body#top #temoignages
  .fb-video-testimonial-grid > .video{
    height:clamp(200px,58vw,250px)!important;
    min-height:clamp(200px,58vw,250px)!important;
    max-height:250px!important;
  }
}
