.investingImages {
  margin-bottom: 45px;
  margin-top: 25px;
  -webkit-transform: scale(0.75); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.75); /* FF3.5+ */
     -ms-transform: scale(0.75); /* IE9 */
      -o-transform: scale(0.75); /* Opera 10.5+ */
         transform: scale(0.75);
            /* IE6–IE9 */
            filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
}

.teamImages {
  width: 250px;
  height: auto;
}

.teamName {
  font-weight: bold;
  color: #62269E;
}

.teamTitle {
  font-style: italic;
  color: #62269E;
}

#purpleicons {
  text-align: center;
}

/* ========== Media Queries ==================*/

@media only screen and (max-width : 650px) {
  .investingImages {
    -webkit-transform: scale(0.5); /* Saf3.1+, Chrome */
      -moz-transform: scale(0.5); /* FF3.5+ */
       -ms-transform: scale(0.5); /* IE9 */
        -o-transform: scale(0.5); /* Opera 10.5+ */
           transform: scale(0.5);

           margin-bottom: 30px;
           margin-top: 10px;
  }

  .beGone {
    visibility: hidden;
    width: 0px;
  }
}
