.Speakers {
  width: 100%;
  margin: auto;
  padding: 0;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  justify-content: center;

  text-align: center;
  font-family: Agency, sans-serif;

  background-attachment: fixed;
}

.Speakers .Speakerscontainer {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.Speakers .Speakerscontainer ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  justify-content: center;
}
.Speakers h1 {
    font-family: LemonMilk, sans-serif;
    font-size: 28px;
    margin: 20px 0 0 0;
}

.Speakers p {

}

.Speakers ul {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.Speakers ul li {
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 300px;
  margin: 20px;
}

.SpeakerImg {
  margin: auto;
  overflow:hidden;
  width: 100%;
  max-width: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-clip: content-box;
  /**/
}

.SpeakerImg:before {
  content:'';
  padding-top:120%; /* vertical value as  100% equals width */
  float:left;
}

.Speakerwrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  display: block;
}

.Chairmanwrapper {
  width: 95%;
  width: calc(100%-20px);
  height: 95%;
  height: calc(100%-20px);
  margin: auto;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  display: block;
  border: 10px solid #fff;
}

.Speakerwraper:after {
  position: relative;
}

.Chairmanwrapper:after {
  position: relative;
}

.Speakerinfo {
  width: 100%;
  text-align: left;
  bottom: 0;
  position: absolute;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.44+31,0.44+100 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.44) 31%, rgba(0,0,0,0.44) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 31%,rgba(0,0,0,0.44) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.44) 31%,rgba(0,0,0,0.44) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#70000000',GradientType=0 ); /* IE6-9 */
}

ul.Speakerinfo li {
  color: #fff;
  margin: 0;
  width: 100%;
}

ul.Speakerinfo li h2{
  padding: 10px;
  margin: 0;
}

ul.Speakerinfo li p {
  padding: 10px;
  margin: 0;
}

ul.Speakerinfo li span {
  padding: 10px;
  margin: 0;
}
@media all and (max-width: 600px) {
  .Speakers {
    display: block;

  }

  .Speakers ul li {
    margin: 0 0 20px 0;
  }

  .Speakers ul li ul li {
    margin: 0;
  }

}
