.autoplay-toggle {
    position: absolute;
    min-width: 40px;
    height: 30px;
    line-height: 22px;
    min-height: unset;
    top: 10px;
    right: 20px;
    z-index: 10;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
}
