#autoplay-toggle {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 10000;
    padding: 10px 20px;
    font-size: 16px;
    /* transform: translateY(-50%); */
    cursor: pointer;
    background: rgba(255,255,255,0.9);
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

#animation-slider {
    position: fixed;
    bottom: 5px;
    left: 50%;
    width: 40%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    display: none;
}