h3{
  margin-bottom: 0;
  color:#fff;
}

h4{
  color: #ffc3c8;
  font-size: 13px;
}

.speaker-padding{
  margin-bottom: 70px;
}

main{
  background:#fff;
  margin: 0 auto;
  box-sizing: border-box;
}

.main > div{
  position: relative;
  text-align: right;
  /*margin-bottom: 70px;*/
  max-width:800px;
  margin:0 auto 70px auto;
}

.container{
  position: relative;
  text-align: right;
}

.container-speaker-2{
  position: relative;
  text-align: left;
}

.speaker-description {
  text-align: left;
  color: #666666;
  background: #f4f5f5;
  padding: 60px 70px 150px 70px;
  box-sizing: border-box;
  font-size:16px;
  min-height:450px;
}

.description { margin-right:200px; }
.description-2 { margin-left: 200px; }

.description p, .description-2 p{
  margin-bottom: 15px;
}

.description p:first-child, .description-2 p:first-child{
  margin-top: 30px;
}

.speaker-panel {
  background-color:#e64960;
  background-size: 85%;
  background-repeat:no-repeat;
  display: inline-block;
  padding: 50px 10px 0 10px;
  box-sizing: border-box;
  text-align: center;
  position:absolute;
  top:0;
  bottom:0;
  width: 200px;
}

.speaker{
  background-image: url('../creative/speaker_transparent_1.png');
  background-position: center bottom;
  right:0;
}

.speaker-2{
  background-image: url('../creative/speaker_transparent_2.png');
  background-position: center bottom;
  left:0;
}

.description-slider-top{
  background-color: transparent;
  text-align: center;
  padding-bottom: 0;
  position: relative;
  z-index: 99;
}

.description-slider-top:before{
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 90px 100vw;
  border-color: transparent transparent transparent #fff;
  right: 240px;
}

.description-slider-top-2{
  background-color: transparent;
  text-align: center;
  padding-bottom: 0;
  position: relative;
  z-index: 99;
}

.description-slider-top-2:before{
  content: "";
  position: absolute;
  /* top: -70px; */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 90px 0;
  border-color: transparent #fff transparent transparent;
  left: 240px;
}

.description-slider-bottom{
  background-color: transparent;
  text-align: center;
  position: relative;
  z-index: 99;
}

.description-slider-bottom:before{
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 220px 0 0 101vw;
  border-color: transparent transparent transparent #fff;
  right: 240px;
}

.description-slider-bottom-2{
  background-color: transparent;
  text-align: center;
  position: relative;
  z-index: 99;
}

.description-slider-bottom-2:before{
  content: "";
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 220px 100vw 0 0;
  border-color: transparent #fff transparent transparent;
  left: 240px;
}
footer{
  background: #efefef;
  color:#7e7e7e;
  text-align: center;
}

footer h2{
  margin-bottom: 20px;
}
