/*---- animation ----*/
.animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.three-boxes {
	overflow:hidden;
}