Hello,
I see that you forgot to put a space in between the 2 classes. The classes currently are:
<div class="customanimated fadeInDown duration2">
What they should be:
<div class="custom animated fadeInDown duration2">
Please let me know if this works.