/* -- -- -- -- -- -- -- MULTI-MEDIA INTERACTIVE Description: Services Thumbnail Rules Last Update: 6/12/2011 Authors: Ryan Schoch Copyright 2011 Multi-Media Interactive Dependencies - reset.less -- -- -- -- -- -- -- */ /* Services Thumbnail Images >> -------------------------------------------------------------- */ .mm_thumb { background: transparent url(imgs/sprite.services.png) 0 0 no-repeat; width: 196px; height: 140px; &.mm_thumb-web { background-position: 0 0; } &.mm_thumb-mobile { background-position: 0 -170px; } &.mm_thumb-video { background-position: 0 -340px; } &.mm_thumb-motion { background-position: 0 -510px; } &.mm_thumb-print { background-position: 0 -680px; } &.mm_thumb-branding { background-position: 0 -850px; } &.mm_thumb-graphic { background-position: 0 -1020px; } &.mm_thumb-writing { background-position: 0 -1190px; } &.mm_thumb-who { background-position: 0 -1360px; } &.mm_thumb-what { background-position: 0 -1530px; } &.mm_thumb-work { background-position: 0 -1700px; } &.mm_thumb-touch { background-position: 0 -1870px; } }