    	/* on banner hover, shift button text */
    	#index_hype_container #ctaText {
        	transition: all .4s cubic-bezier(0.19, 1, 0.22, 1); /* ease-out expo */
        	transform: translate3d(0px, 0px, 0px);
    	}
    
    	#index_hype_container:hover #ctaText {
        	transform: translate3d(0px, 0px, 0px) !important;
    	}