.variable-speaker-container {
  display:flex;
  max-width:1200px;
  margin:0 auto;
  flex-direction:row;
  justify-content:center;
}
.variable-speaker-box {
  display:flex;
  flex-direction:column;
  text-align:center;
  margin:0 10px;
}
.variable-speaker-box.thirty{
  width:33%;
}
.variable-speaker-box.twenty{
  width:25%;
}
.variable-speaker-box .headshot img {
  max-height:245px;
  width:auto;
}
.variable-speaker-box .speaker-name {
  font-family: "Proxima Nova Bold";
  font-size: 22px;
  line-height: 27px;
  margin-top: 10px;
}
.variable-speaker-box .speaker-title {
    font-family: "Proxima Nova Light";
    font-size: 20px;
    line-height: unset;
    margin-top: 7px;
}
.variable-speaker-box .speaker-logo img {
  max-height: 42px;
  margin-top:10px;
  width:auto;
}
@media (max-width:1250px) {
  .variable-speaker-container {
    flex-wrap:wrap;
    }   
}
@media (max-width:1050px) {
 .variable-speaker-box.thirty,
 .variable-speaker-box.twenty {
   width:45%;

}  
@media (max-width:600px) {
 .variable-speaker-box.thirty,
 .variable-speaker-box.twenty {
   width:97%;
  }
} 










