.projectPictures {
  [class~="project-picture"] {
    width: 100%;
    height: 22.75rem;

    @media screen and (min-width: 768px) {
      width: 22.75rem;
    }
  }
}
