@media (min-width: 998px) {
  .w30 img { max-width: 30%; }
}
.banner__tint {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}
body {
    /* margin: 0; */
}
.banner__slide,
.banner__bg {
    height: 100%;
    width: 100%;
    background-color: #fff;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}
.speaker__infobox { min-height: 450px;}