.ScrollToBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    height: 120px;
 
}
.RepeaterScroll {
    width: calc( ( 100% / 3 ) - 2px);
    float: left;
    background: rgba(255,255,255,0.83);
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
}

.RepeaterScroll:nth-child(3) {
     margin-right: 0px;
     width: calc( ( 100% / 3  ) + 2px);
}
 .mouse {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    color: #474747;
    justify-content: center;
}

.mouse a {
    display: block;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    color: #474747;
    font-size: 35px;
    text-transform: uppercase;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    text-decoration: none;
    transition: 0.500s linear;
}
.mouse a:hover{
    color:#fff;
    background:#25247b;
}
@media screen and (max-width:767px) {
.mouse a {
    font-size: 25px;
}
}

@media screen and (min-width:768px) and (max-width:992px)  {
.mouse a {
    font-size: 25px;
}
}
