
@media (max-width: 768px), (pointer: coarse) {

  /* отключаем zoom/blur эффект */
  .layer{
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  /* отключаем анимации появления */
  .scene2{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
</style>