.aa-bg{
    background-image:url("/assets/img/aa-slider-final.jpg");
    background-repeat: no-repeat;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.animate-switch-container {
   /* position:relative;
    background:white;
    border:1px solid black;*/
    width: 100%;
    height:600px;
    overflow:hidden;
}

.animate-switch {
    padding:20px;
}

.animate-switch.ng-animate {
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940)15s;
    position:absolute;
    top:65px;
    left:0;
    right:0;
    bottom:0;
}

.animate-switch.ng-leave.ng-leave-active,
.animate-switch.ng-enter {
    left:-1600px;
}

/*.animate-switch.ng-enter {
    left:-1620px;
    transition:all 10s;
}*/

.animate-switch.ng-leave,
.animate-switch.ng-enter.ng-enter-active {
    right:0;
}