div#home_page
{
  display: flex;
  flex-direction: column;
  padding: .5rem;
}

img.section_break
{
  margin-top: 20px;
  margin-bottom: 20px;
}

div.hp_section div.home_pg_img_table
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  max-width: 100%;
  margin: 0px auto 0px auto;
}

div.hp_section div.home_pg_img_table div.hp_img_cell
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

div.hp_section div.home_pg_img_table div.hp_img_cell img
{
  max-width: 100%;
}

div.hp_section div.home_pg_img_table div.hp_img_cell div.hp_img_caption
{
  margin-top: 10px;
  color: #232923;
}

div.hp_section div.home_pg_img_table div.hp_img_cell div.hp_img_comment
{
  margin-top: 10px;
  font-size: .9em;
  text-align: justify;
}
