.table-celeb tr, td {
  padding-bottom: 50px !important;
}
/* BEGIN - responsive behavior (auto adjust for different screen sizes) */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.gallery-img {
  width: 100% !important;
  padding: 0 0 10px 0 !important;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.gallery-img {
  width: 100% !important;
 padding: 0 0 10px 0 !important;
  }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.gallery-img {
  width: 30% !important;
  padding: 10px !important;
  }

  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.gallery-img {
  width: 30% !important;
  padding: 10px !important;
  }

  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.gallery-img {
  width: 30% !important;
  padding: 10px !important;
  }

  }


/* END - responsive behavior (auto adjust for different screen sizes) */