#related-tab-pane .thumb-wrapper {
  margin-top: 10px;
  text-align: center;
}
#related-tab-pane .thumb-wrapper:nth-of-type(odd) {
  margin-left: 0px;
}
#related-tab-pane .thumb-wrapper .thumbnail {
  width: 275px;
  display: inline-block;
  text-align: left;
}
@media (min-width: 480px) and (max-width: 767px) {
  #related-tab-pane .thumb-wrapper {
    width: 48.93617021276595%;
    float: left;
  }
}
