<style>

.img_wrap {

  transition: transform 0.5s ease;

}


.img_wrap:hover {

  transform: rotateY(360deg);

}

</style>