.tplGallery {
     width: 100%;
}

.tplGalleryInfos {
     display: block;
     /* padding: 15px;
     background: #F4F4F4; */
     margin: 0px 0px 15px 0px;
}

.tplGalleryInfos h1 {
     margin: 0px 0px 10px 0px;
}

.tplGalleryInfos h2 {
     margin: 0px 0px 10px 0px;
     color: #242424;
}

.tplGalleryList {
     display: table;
     width: 100%;
}

.tplGalleryList .pagination {
     margin: 15px 0px 0px 0px !important;
}

.tplGalleryListItem {
     display: block;
     float: left;
     width: 18%;
     height: 176px;
     margin: 1%;
     overflow: hidden;
     background-position: center center;
     background-size: cover;
}