@keyframes rotate {from {transform:rotate(0deg) translate(-10px) rotate(0deg) }to {transform:rotate(360deg) translate(-10px) rotate(-360deg) }}#homeCarousel {width:80%;margin:1rem auto auto auto;box-shadow:6px 6px 12px #8b9d1f,-6px -6px 8px #d9e687 !important }#homeCarousel .carousel-control-prev {filter:invert(1);left:-10%;border:none }#homeCarousel .carousel-control-next {filter:invert(1);right:-10%;border:none }#homeCarousel .carousel-indicators {filter:invert(1);bottom:-3rem }#homeCarousel .carousel-caption {background:rgba(0,0,0,0.4);padding:5px 10px;margin:10px;bottom:0;left:0;right:0;min-height:4.5rem }#homeCarousel .carousel-caption p {margin-bottom:0 }