/* Square Hero Post Layout Specific Styles */

.square-post-hero-image {
  float: left;
  width: 500px;
  height: 500px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin: 125px 2rem 1rem 100px; /* top, right, bottom, left */
}
