.animation-element { position: relative;}

.cc-experience-wrapper .cc-experiencecontent-top {opacity:0; -webkit-transition: 1.5s all 0.5s ease; -ms-transition: 1.5s all 0.5s ease; -o-transition: 1.5s all 0.5s ease; transition: 1.5s all 0.5s ease;}
.cc-experience-wrapper.in-view .cc-experiencecontent-top {opacity:1;}
.cc-experience-wrapper .cc-experiencecontent-bottom {opacity:0; -webkit-transition: 1.5s all 0.5s ease; -ms-transition: 1.5s all 0.5s ease; -o-transition: 1.5s all 0.5s ease; transition: 1.5s all 0.5s ease;}
.cc-experience-wrapper.in-view .cc-experiencecontent-bottom {opacity:1;}

.cc-events-promotions-block .cc-events-promotions-block-list {opacity:0; -webkit-transition: 1.5s all 0.5s ease; -ms-transition: 1.5s all 0.5s ease; -o-transition: 1.5s all 0.5s ease; transition: 1.5s all 0.5s ease;}
.cc-events-promotions-block.in-view .cc-events-promotions-block-list {opacity:1;}