
  @import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700);

  body {
    background: #fff;
    color: #000;
    margin: 0;
  }

  .tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .tile {
    position: relative;
    float: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .8s ease-out;
  }

  .txt {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 2%;
    left: 80%;
    font-family: 'Roboto Slab', serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: default;
  }

  .x {
    font-size: 16px;
    line-height: 16px;
  }
  
  .dia {
	  posotion: center;
	  z-index: 12px;
	  right: 0;
	  bottom: 10%;
	  left: 80%;
	  font-family: 'Roboto Slab', serif;
	  font-size: 16px;
      line-height: 13px;
      text-align: center;
      cursor: default;
	  
	  
	  
  }
