
 


#stacks_in_29 .comeonin {
 opacity:0; 
-webkit-animation:fadeIn ease-in 3s;
-webkit-animation-delay: 2s;
-webkit-animation-fill-mode:forwards;
-ms-animation:fadeIn ease-in 3s;
-ms-animation-delay: 2s;
-ms-animation-fill-mode:forwards;
-moz-animation:fadeIn ease-in 3s;
-moz-animation-delay: 2s;
-moz-animation-fill-mode:forwards;
-o-animation:fadeIn ease-in 3s;
-o-animation-delay: 2s;
-o-animation-fill-mode:forwards;
animation:fadeIn ease-in 3s;
animation-delay: 2s;
animation-fill-mode:forwards;
/*customcss*/
}





@-webkit-keyframes fadeIn { 
from { opacity:0; } to { opacity:1; } 
}
@-ms-keyframes fadeIn { 
from { opacity:0; } to { opacity:1; } 
}
@-moz-keyframes fadeIn { 
from { opacity:0; } to { opacity:1; } 
}
@-o-keyframes fadeIn { 
from { opacity:0; } to { opacity:1; } 
}
@keyframes fadeIn { 
from { opacity:0; } to { opacity:1; } 
}
 
#stacks_in_29 {
    background-image: url("0CC1B726-4806-4277-906B-05BB460FC949.jpg");
	background-repeat: repeat;
	background-size: contain;
	background-position: center;
}
