/* Enter Your Custom CSS Here */

.container_animate {
  visibility:hidden;
}
body.home .container_animate {
  visibility:visible;
}