:host
  position relative
  margin 1em
div.loading[body]
  display none
div[body]
  background white
  padding 1em
  vertical-align top
img
  float none
.item
  float left
  background #f0f0f0
  border 1px solid #E7E7E7
  padding .5em
  margin .5em
  max-width 100px
  cursor hand
  cursor pointer
  :hover
    background #ccc
    img
      border-radius 50px
  & img
    width 100%
    width 100px
    max-height 100px
    border-radius 30px
  & div
    display block
    max-height 20px
    text-align center
    color #333
    padding-top .5em
.window
.windows
.item
.item img
  -webkit-transition all 0.5s ease-in-out
  -moz-transition all 0.5s ease-in-out
  -o-transition all 0.5 ease-in-out
  -ms-transition all 0.5 ease-in-out
  transition all 0.5 ease-in-out
.window
  background #fff
  padding 1em
  position fixed
  width 100%
  height 100%
  top 0
  left 0
  -webkit-transform scale( 0 )
  -moz-transform scale( 0 )
  -o-transform scale( 0 )
  -ms-transform scale( 0 )
  transform scale( 0 )
.window.active
  -webkit-transform scale( 1 )
  -moz-transform scale( 1 )
  -o-transform scale( 1 )
  -ms-transform scale( 1 )
  transform scale( 1 )
