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



  .tiles {
    position: absolute;
    top: 20;
    left: 0;
    width: 100%;
    height: 100%;
	cursor: zoom-in;
  }

  .tile {
    position: relative;
	z-index: 50;
   width: 850px;
    height: 620px;
	overflow:hidden;
	border-color:#954321;
	border-style:outset;
  }

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

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

  .x {
    font-size: 32px;
    line-height: 32px;
  }
