/*image and slide <div><img></div>*/
.image{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}

.image img{
    position: absolute;
    width: 100%;
    height: 100%;
}
