.sliderBackgroundText { position: absolute; top:0; right:0; bottom:0; left:0; margin:auto; height:200px; width:100%; text-align: center; z-index:9;}

.ZoomIn { font-size:70px; transform: scale(0); -webkit-transform: scale(0);}
.FadeInUp {font-size:38px; opacity:0; position: absolute; line-height: 0; bottom:-230px;font-weight:500;color:#fff;}

.ZoomIn.animate {transform: scale(1); -webkit-transform: scale(1); transition:transform 0.2 linear; -webkit-transition:transform 0.2s linear;}
.FadeInUp.animate { opacity:1; position: relative; bottom:0; transition:all 0.2s linear; -webkit-transition:all 0.2s linear;}


.FadeInLeft {font-size:38px; opacity:0; position: absolute; left:-450px;font-weight:700;color:#fff;}
.FadeInRight {font-size:38px; opacity:0; position: absolute; right:-450px;font-weight:700;color:#fff;}

.FadeInLeft.animate { opacity:1; position: relative; left:0px; transition:all 0.4s linear; -webkit-transition:all 0.4s linear;}
.FadeInRight.animate { opacity:1; position: relative; right:0px; transition:all 0.4s linear; -webkit-transition:all 0.4s linear;}