.thumbnail_links .row {
  margin-left: -5px;
  margin-right: -5px; }

.thumbnail_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  margin-bottom: 30px;
  display: block;
  width: 100%; }

.thumbnail_links li {
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px; }

.thumbnail_links .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(1, 1);
  transition: transform 200ms; }
  .thumbnail_links .background-image:after {
    content: " ";
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 200ms; }

.thumbnail_links .title {
  position: relative;
  z-index: 2; }

.thumbnail_links a {
  background: #fff;
  display: block;
  padding-top: 30%;
  padding-bottom: 30%;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  color: #fff !important; }
  .thumbnail_links a:hover .background-image {
    transform: scale(1.2, 1.2); }
    .thumbnail_links a:hover .background-image:after {
      opacity: 0.9;
      background: #c9304a; }
