/*.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tile {
    position: relative;
  
    width: 75%;
    height: 50%;
    
}
.img1 {
    width: 210px;
    height: 277px;
   
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}*/

.img1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*width: 100% !important;*/
    height: 100% !important;
    /*max-width: 100%;
    max-height: 100%;*/
    margin: auto;
}
/*body {
    background: #fff;
    color: #000;
    margin: 0;
}*/

.tile {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    height: 100%;
}

/*.tile {
    position: absolute;
    width: 33.333%;
    height: 100%;
}*/

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}


.x {
    font-size: 32px;
    line-height: 32px;
}

  
