﻿[data-aos] { will-change: transform, opacity; }
.parallax {
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .parallax { background-attachment: scroll; }
}
