/*The starting point of text to animate*/

#animatedText.slider-nav-animation .slider-container .custom-animated-text {
    opacity: 0.25;
    transform: scale(.25);
    transition: opacity 1.5s ease-in-out, transform .95s ease-in-out;
    transition-delay: .5s;
    text-align: center;
}
/*The end of animation*/

#animatedText.slider-nav-animation .slider-container .slide-visible .custom-animated-text {
    opacity: 1;
    transform: none;
}


.slider-container {
    max-width:1024px;
    margin: 2rem auto 0rem auto !important
}


.swiffy-slider {
    max-width: 1280px;
    margin: 0 auto;
}

.swiffytext {
    margin-top:1rem;
}

.slider-nav {
    filter:none;
    color:#59ff19;
    font-size:2.5rem;
}

.slider-nav:after {
    display:none;
}

.slider-indicators {
    position:relative;
}

.slider-indicators > * {
    background-color: #59ff19;
}
