.carousel-bottom-animation{height:200px;position: absolute !important;height:100% !important;}#slide-right-to-left-bottom {position: absolute;right: -900px;width: 250px;bottom:0px;-webkit-animation: slide 0.5s forwards;-webkit-animation-delay: 2s;animation: slide 0.5s forwards;animation-delay: 2s;}@-webkit-keyframes slide {100% { right: 0; }}@keyframes slide {100% { right: 0; }}#slide-left-to-right-top {position: absolute;left: -900px;width: 375px;top:80px;-webkit-animation: slider 0.5s forwards;-webkit-animation-delay: 2s;animation: slider 0.5s forwards;animation-delay: 2s;}@-webkit-keyframes slider {100% { left: 0; }}@keyframes slider {100% { left: 0; }}