.slide {
    width: 100%;
    height: 100px;
    float: left;
    overflow: hidden;
    position:relative;
    margin-top:5px;
    margin-bottom:5px;
    z-index:1;
}

.slidee {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display:none;
    background-position:center;
     z-index:1;
}
