section.dynamic-leasing-iframe-section.other {
    padding: 50px;
}
section.dynamic-leasing-iframe-section h2 {
    font-size: 36px;
    margin: 0 0 25px;
}

img {
  height: auto;
  max-width: 100%;
}


.instagram-photos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 16px;
}

.instagram-photo {
  /*border: 4px solid #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);*/
  flex: 1 0 auto;
  margin: 8px;
  position: relative;
  width: calc(100% / 3 - (8px * 2));
  @media only screen and (min-width: 768px) {
    width: calc(100% / 4 - (8px * 2));
  }
  &:focus,
  &:hover {
    &::after {
      background: rgba(0, 0, 0, 0.5);
      bottom: 0;
      content: "";
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}
