
.gdwrapper img{
    float: left;
    width: 125px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
   /* border-radius: 8px;*/
    transition: transform 1s ease-in-out;
}
.gdwrapper{
    /*position: absolute;*/
    width: 100%;
    height: 300px;
	display: inline-block;

    perspective: 800px;
    transform-style: preserve-3d;
}