

#speaker .copy-pad h2{
color: #4f2868;
margin-bottom: 10px;
}

#speaker .span4.speaker {
background: #efefef;
}

#speaker .description {
margin: 7px 24px;
}

#speaker .description .name{
font-family: 'Ubuntu', sans-serif;
color: #4f2868;
font-weight: 700;
}

#speaker .description .position{
font-weight: 700;
}

#speaker .speaker-image > a > img {
opacity: 0.8;
}
#speaker .speaker-image > a > img:hover {
opacity: 1;
}





@media screen and (max-width: 767px) {
#speaker .span4.speaker {
width: 31%;
display: inline-block;
vertical-align: top;
float: left;
margin: 1%;
}
}
@media screen and (max-width: 480px) {
#speaker .span4.speaker {
width: 100%;
display: block;
}
}