@media screen and (max-width: 578px) {
  #keyspeakers .ava img {
    max-width: 200px !important;
  }
  .b-left:before{display: none;}
}
@media screen and (max-width: 728px) {
  #whyattend .container {
    padding-bottom: 30px;
  }
  .ctx-colophon .ctx-socials {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .ctx-colophon .ctx-socials li {
    margin-right: 15px;
  }
  .ctx-sec-header .ctx-main-kv .ctx-col-inner {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 150%;
  }
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 32px;
  }
  #whyattend .container {
    padding-bottom: 60px;
  }
  #keyspeakers{
    margin-top: -60px;
  }
  .ava {
    max-width: 200px;
  }
  
  .scroll-shortcut {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .ctx-nav {
    display: block;
  }
  .ctx-icon-hamburger {
    display: none !important;
  }
  #whyattend .container {
    padding-bottom: 100px;
  }
  #keyspeakers{
    margin-top: -16%;
  }
  #eventvenue {
    background-image: url(../images/eventVenueBg.jpg);
  }

  .ctx-sec-header .scroll-shortcut {
    bottom: 30px;
  }
}
@media screen and (max-width: 1540px) {
  #eventvenue .event-cover .cover {
    padding-bottom: 80%;
  }
}
