/* .shit:hover{
    width: 100px;
    height: 100px;
} */

.WrapDragger{
    display: flex;
    align-items: center;
    justify-content: center;
}
.DraggerLayout{
    -webkit-transition: all 3.3s;
    transition: all 3.3s;
}