.tiled-gallery {
clear: both;
margin: 0;
overflow: hidden;
}
.tiled-gallery img {
margin: 2px !important; }
.tiled-gallery .gallery-group {
float: left;
position: relative;
}
.tiled-gallery .tiled-gallery-item {
float: left;
margin: 0;
position: relative;
width: inherit; }
.tiled-gallery .gallery-row {
overflow: hidden;
margin-bottom: 2px;
}
.tiled-gallery .tiled-gallery-item a { background: transparent;
border: none;
color: none;
margin: 0;
padding: 0;
text-decoration: none;
width: auto;
}
.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover { background: none;
border: none;
box-shadow: none;
max-width: 100%;
padding: 0;
vertical-align: middle;
}
.tiled-gallery-caption { background: #eee;
background: rgba( 255,255,255,0.8 );
color: #333;
font-size: 13px;
font-weight: 400;
overflow: hidden;
padding: 10px 0;
position: absolute;
bottom: 0;
text-indent: 10px;
text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
}
.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption { font-size: 11px;
} .tiled-gallery .tiled-gallery-item img.grayscale {
position: absolute;
left: 0;
top: 0;
}
.tiled-gallery .tiled-gallery-item img.grayscale:hover {
opacity: 0;
} .tiled-gallery.type-circle .tiled-gallery-item img {
border-radius: 50% !important; }
.tiled-gallery.type-circle .tiled-gallery-caption {
display: none;
opacity: 0;
}