.Spkrswrapper {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0;

  text-align: center;
}

.Spkrswrapper h1 {
  font-family: LemonMilk, sans-serif;
  padding-left: 10px;
  font-size: 28px;
}

.Spkrs {
  max-width: 900px;
  
  width: 100%;
  margin: auto;
  padding: 0;

  text-align: center;
  font-family: Verdana, Geneva, sans-serif;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;

  justify-content: center;

  list-style: none;

  text-align: left;
}

.Spkrscontainer {
  margin: 0 40px 40px 40px;
  padding: 10px;
}



.SpkrsItem span {
  font-family: AgencyBold, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.SpkrsItem p {
  margin: 0;
  padding: 10px 0 10px 0;
}

@media all and (min-width:600px) {
.Spkrs li:nth-child(2n-1) .SpkrsImg{
  float: left;
}

.SpkrsItem {
  min-height: 240px;
}

.Spkrs li:nth-child(2n-1) ul{
  float: right;
}
/*
.Spkrs li:nth-child(2n) .SpkrsName{
  text-align: right;
}
.Spkrs li:nth-child(2n) .SpkrsTitle{
  text-align: right;
}
.Spkrs li:nth-child(2n) .SpkrsUni{
  text-align: right;
}
.Spkrs li:nth-child(2n) .SpkrsDescription{
  text-align: right;
}
.Spkrs li:nth-child(2n) .SpkrsRMore{
  text-align: right;
}
*/
.Spkrs li:nth-child(2n) .SpkrsImg {
  float: right;
}
.Spkrs li:nth-child(2n) ul{
  float: left;
}
}

.SpkrsItem {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;

  list-style: none;

  float: left;

  margin: 0;
  padding: 20px;
}

.SpkresItem li {
  width: auto;
}

.SpkrsImg {
  float: right;

  overflow:hidden;
  width: 35%;
  max-width: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-clip: content-box;
}

.SpkrsImg:before{
  content:'';
  padding-top:100%; /* vertical value as  100% equals width */
  float:left;
}

.SpkrsName {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
}

.SpkrsTitle {
  font-size: 18px;
}

.SpkrsUni  {
  font-size: 18px;
}

.SpkrsDescription {
  padding: 10px 0 10px 0;
  font-size: 16px;
}

.SpkrsRMore a {
  padding: 10px;
  border-bottom: 2px solid #1d212a;
  text-decoration: none;
}

@media all and (max-width: 600px) {
  .Spkrs {
    align-items: center;
  }

  .SpkrsName, .SpkrsTitle, .SpkrsUni, .SpkrsDescription, .SpkrsRMore {
    float: none;
  }
  .SpkrsItem {
    width: 100%;
  }
  .SpkrsImg {
    float: none;
    margin: auto;
    width: 100%;
  }
  .SpkrsItem {
    padding: 20px 0 0 0;
  }
}
