
div.td-image-list-2-wrap ul.images-list {
    list-style-type: none;
    padding: 10px 0px 0px 0px;
    width: 100%;
    /* height: 100px; */
    display: inline-flex;
    table-layout: fixed;
    background-color: #fff;
}

div.td-image-list-2-wrap ul.images-list li {
    display: table-cell;
    width: auto;
    text-align: center;
}
div.td-image-list-2-wrap ul.images-list li > .image-container {
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div.td-image-list-2-wrap ul.images-list li > .image-container > div {
    margin-top: auto;
}
div.td-image-list-2-wrap ul.images-list li img {
    max-width:100%;
    max-height:100%;
    bottom: 0;
    margin: 0 auto;
    display: block;
}
div.td-image-list-2-wrap ul.images-list li > .image-container > a {
    top: 50px;
    font-weight: bold;
}



div.td-image-list-2-wrap ul.images-list li {
    padding: 10px;
}

@media (max-width: 767px) {
  div.td-image-list-2-wrap ul.images-list {
    display: block;
  }

  div.td-image-list-2-wrap ul.images-list li.w-20 {
    float: left;
    width: 100%;
  }
}

@media (min-width: 768px) {
  div.td-image-list-2-wrap ul.images-list li.w-20 {
    width: 25%;
  }
}

@media (min-width: 992px) {
  div.td-image-list-2-wrap ul.images-list li > .image-container > a {
    font-family: Roboto;
    font-weight: 700;
    font-size: 15px;
  }
  
  div.td-image-list-2-wrap ul.images-list li.w-20 {
    width: 20%;
  }
}