/* ОБЩИЙ ФОН ДЛЯ МОБИЛЬНЫХ */
@media (max-width: 600px) {
  /* Фон для всей страницы */
  #allrecords {
    background-image: url('https://static.tildacdn.com/tild3635-6139-4039-b662-393335653031/Ingredients_result_m.png') !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center top !important;
    background-color: #F4EFE6 !important;
  }

  /* Отключаем фоны у всех блоков */
  .confuse-header,
  .confuse-members,
  .confuse-music,
  .confuse-video,
  .confuse-contact,
  .confuse-footer {
    background-image: none !important;
    background-color: transparent !important;
  }
}