div.servicesPicture-Container img {
    width: 100%;
    height: auto;
  }

.pictureTable * {
    box-sizing: border-box;
  }

  .pictureTable
  {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; 
      justify-content: center;
  }

  .pictureTableRow
  {
      flex-direction: row;
  }
  
  .threeWide,
  .twoWide 
  {
    padding: 6px 12px;
    float: left;
    width: 100%;
  }
  
@media only screen and (min-width: 600px) {
    .twoWide {
        width: 49.9999%;
        margin: 6px 0;
    }
}

@media only screen and (min-width: 900px) {
    .threeWide {
        width: 33%;
        margin: 6px 0;
    }
}
