#scroll {
    z-index: 100;
    position: fixed;
    right: 30px;
    bottom: 210px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: rgba(73, 41, 93, 0.6) !important;
    text-indent: -9999px;
    display: none;
    border: 1px solid #E5DAE7 !important;
    -webkit-border-radius: 50px;
    border-radius: 50px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: rgba(40, 14, 74, 0.75) !important;
}

@media only screen and (max-width: 320px) {
    #scroll {
        position: fixed;
        right: 10px;
        bottom: 10px;
        width: 25px;
        height: 25px;
    }
}