/* --------------- speakers --------------- */
.speakers .content__pic {
    margin: 0;
}
.speakers .content__pic img {
    display: block;
    height: auto;
}
.speakers .grey {
    margin-bottom: 0;
}
.speakers h1 {
    padding-top: 78px;
    margin-bottom: 24px;
    line-height: 82px;
}
.speakers .speakers__description h1{
    margin:0;
    padding:0;
}
.speakers h1 i {
    font-size: 65px;
}
.speakers h1 > span {
    padding-top: 0;
}
.speakers h3 {
    font-size: 32px;
    font-weight: 100;
    margin-bottom: 17px;
}
.speakers__session h2 {
    padding: 18px 0;
}
.speakers__session .col {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
.speakers__session-item {
    padding-bottom: 30px;
    margin-bottom: 1px;
    background: #262626;
}
.speakers__session-item h3 {
    text-align: left;
    height: 300px;
    overflow: hidden;
    font-size: 42px;
    padding: 32px 29px;
    line-height: 51px;
}
.speakers__session-info {
    font-size: 20px;
    line-height: 34px;
    font-weight: 100;
    color: #aaaaaa;
    background: #171717;
    padding: 21px 26px;
    height: 223px;
    overflow: hidden;
    margin-bottom: 30px;
}
.speakers__session-info li.white {
    padding-top: 14px;
    line-height: 30px;
}
.speakers__session-info i {
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 28px;
}
.speakers__session-item .btn {
    width: 315px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.speakers .content__pic{
    padding-bottom: 60.65%;
    overflow: hidden;
    position: relative;
}
.speakers .content__pic img {
    width: 100%;
    max-width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
/* --------------- /speakers --------------- */

@media screen and (max-width: 1439px) {
    /* -------------- speakers -------------- */
    .speakers h1 {
        font-size: 62px;
        padding-top: 32px;
        line-height: 62px;
        margin-bottom: 15px;
    }
    .speakers h1 i {
        font-size: 52px;
    }
    .speakers h1 > span {
        font-size: 26px;
    }
    .speakers__title h2 {
        font-size: 42px;
        margin-bottom: 17px;
    }
    .speakers h2 {
        font-size: 42px;
        margin-bottom: 28px;
    }
    .speakers__title p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .speakers h3 {
        margin-bottom: 28px;
    }
    .speakers__session-item h3 {
        text-align: left;
        height: 182px;
        overflow: hidden;
        font-size: 32px;
        padding: 22px 23px;
        line-height: 42px;
    }
    .speakers__session h2 {
        font-size: 52px;
        padding: 18px 0;
    }
    .speakers__session-item .btn {
        width: 274px;
    }
    /* -------------- /speakers -------------- */
}

@media screen and (max-width: 1023px) {
    /* --------------- speakers --------------- */
    .speakers h1 {
        padding-top: 57px;
    }
    .speakers__title p {
        margin-bottom: 55px;
    }
    .speakers__session h2 {
        font-size: 52px !important;
        padding: 18px 0;
    }
    /* --------------- /speakers --------------- */
}