.outfit_table {
  border: none;
  width:50%;
}

.entire_outfit_table {
  width:calc(100%/5);
}

.outfit_table > img {
 width:100%;
}