.x-btn {
  position: fixed;
  right: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  padding: 5px !important;
  text-align: center;
}
.speaker-photo {
  max-width:240px;
  margin:0 auto 0.5rem auto;
}
.biography {
  position:fixed;
  top:0;
  right:0;
  padding:2rem;
  box-sizing:border-box;
  max-width:480px;
  background:#fff;
  z-index:2000;
  height:100vh;
  overflow-y:scroll;
  box-shadow:#66666666 -5px 5px 5px;
}
.talk-1, .talk-2, .talk-3, .talk-4, .talk-5, .talk-6 {
  display:none;
}
@media only screen and (min-width: 768px) {
  .mtpc-2col-section.l30_70 .mtpc-2col-section-wrapper>.mtpc-2col-item--1 {
    width: calc(20% - 10px) !important;
  }
  .mtpc-2col-item--2 p {
    text-align:justify;
  }
}
@media only screen and (min-width: 1181px) {
  .logo_two img {
    height:55px !important;
  }
}