.slide-left{
    left: -100%;
    transition: 3s;
}

.slide-right{
    right: -100%;
    transition: 3s;
}