/* Enter Your Custom CSS Here */
.hover_animate { transition: all .2s ease-in-out; }
.hover_animate:hover { transform: scale(1.1); }
.nostyle {margin-left: 0;}