/* Scale Image */
.scale {transition: all .2s ease-in-out;}
.scale:hover {transform: scale(1.1);}