.float_menu a{
    cursor: pointer;
}
.float_menu a[href*='#'] {
    cursor: pointer;
}
/*right*/
.ruFloat {
    overflow: visible;
    line-height: 0;
    width: 100px;
    right: 0;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*left*/
.luFloat {
    overflow: visible;
    line-height: 0;
    left: 0;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.float_menu a:hover img:nth-child(1){
    display: block!important;
}
.float_menu a:hover img:nth-child(2){
    position: absolute;
    right: 108%;
    top: -280%;
}
.float_repeat_right,
.float_repeat_left{
    display: none!important;
}