#scroll {
    position:fixed;
    right:40px;
    bottom:40px;
    cursor:pointer;
    text-indent:-9999px;
    display:none;
    height: 50px;
    width: 50px;
    background-image: url('/static/images/global2/buttonUP.svg');
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    border: 1px solid #8bc34a;
}

#scroll:hover {
    height: 50px;
    width: 50px;
    background-image: url('/static/images/global2/buttonUPHover.svg');
    background-repeat: no-repeat;
    background-size: 50px;
}