#main_content .photos_feed h3 {
  width: 100%; padding-top: 14px
}

#main_content .photos_feed .photo h3 {
  padding-bottom: 14px;
}

#main_content .photos_feed .photo p {
  text-align: center;
  padding: 14px 0 14px 0;
}

#main_content .photos_feed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

#main_content.photos .nine_grid .photo img {
  transition: transform 0.25s ease-in-out;
}

#main_content.photos .nine_grid .photo:hover img {
  transform: scale(1.025);
}

#main_content .photos_feed .photo {
  width: 100%;
  max-width: 600px;
}

#main_content .photo figure {
  margin: 0; padding: 0;
  aspect-ratio: 1;
  background: #ddd;
}

#main_content .navigation .social_links {
  flex-grow: 1;
  
  display: flex;
  flex-direction: row;
  gap: 7px;
  
  margin-left: -7px;
  margin-top: 5px;
}

#main_content .navigation .social_links img {
  width: 26px;
  height: 26px;
  margin-top: -2px;
}

#main_content .navigation .social_links a:hover {
  border-top: none;
}

#hero_footer .tagline {
  font-size: 0.8em;
}

#latest_stamp img {
  width: 100px;
  height: auto;
}

@media only screen and (max-width: 700px) {
  
  .iphone_collapsed {
    display: none;
  }
  
  #hero.metadata #hero_message {
    width: auto;
    height: auto;
    min-width: unset;
  }
  
  #hero_content .info_row {
    clear: both;
  }
  
  #latest_stamp {
    float: right;
    margin-right: -21px;
  }
  
  #main_content .navigation {
    display: flex;
  }
}