.th-imagegal-tile{
    border: 3px solid white ;
    background-color: black;
    padding: 0px;    
    margin: 0px;
    height:200px;
    text-align: center;
    vertical-align: bottom;
	background: url() no-repeat center center;
	background-size:cover;
	
	   -moz-box-shadow:    inset 0 0 2px #d5d5d5;
   -webkit-box-shadow: inset 0 0 2px #d5d5d5;
   box-shadow:         inset 0 0 2px #d5d5d5;
}
.th-imagegal-tile-2x{
    height:400px !important;
}

/* text to show ex:  "+23" over tile */
.th-imagegal-overlay {
    width: 100%;
    height: 100%;
    font-weight: normal;
    font-size: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(3,3,3,0.8);    
    color: white;
}

/* ----------------------------------------------------------------------------------- */
/* * Media Queries                                                                     */

/* BOOTSTRAP MEDIUM ------------------------------------------------------------------ */

@media (max-width : 1199px) {
    
}

/* BOOTSTRAP SMALL ------------------------------------------------------------------- */

@media (max-width : 991px) {
    .th-imagegal-tile {height: 200px;}
    .th-imagegal-tile-2x {height: 400px !important;}
}

/* BOOTSTRAP EXTRA SMALL-------------------------------------------------------------- */

@media (max-width : 767px) {
    
}

/* ----------------------------------------------------------------------------------- */

@media (max-width : 600px) {
    
}


/* ----------------------------------------------------------------------------------- */

@media (max-width : 500px) {
    
}

/* ----------------------------------------------------------------------------------- */

@media (max-width : 400px) {
    
}

/* * Media Queries                                                                     */
/* ----------------------------------------------------------------------------------- */