/*.wrapper{max-width: 500px;}*/
#slider{
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.wrapper{overflow: hidden; position: relative;z-index: 1;}
/*.wrapper, .slide-phone, .slider{ height: 450px;}*/
.slides { display:flex; position: relative;}
/*.slides { display:flex; position: relative;left:-500px;}*/

.shifting {
    -webkit-transition: left .5s linear;
    -moz-transition: left .5s linear;
    -moz-transition: left .5s linear;
    -o-transition: left .5s linear;
    transition: left .5s linear;
}

.slide-phone{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 2px;
    justify-content: center;
    -webkit-transition:  all .5s;
    -moz-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*
.control {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    margin-top: -20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.prev, .next {
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.prev {
    background-image: url(../images/geral/left-arrow.png);
    left: -20px;
}
.next {
    background-image: url(../images/geral/right-arrow.png);
    right: -20px;
}
.prev:active,
.next:active {transform: scale(.8);}*/