magnify posts hover
put this code after <style>
.post:hover { opacity:0.85; overflow:hidden; transition-duration: 0.8s; -webkit-transition-duration: 0.8s; -o-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transform: scale(1.5); -webkit-transform: scale(1.5); -moz-transform: scale (1.5); -o-transform: scale (1.5);}
click update and save!














