/* Culture 31 — afficher les publications Instagram entières sur téléphone */
@media (max-width: 767px) {
  #sb_instagram .sbi_photo {
    height: auto !important;
    background: none !important;
  }

  #sb_instagram .sbi_photo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
}