.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
#speaker {
    background: #222;
    padding-bottom: 20px;
}
#speakers h3 small {
    color: rgba(255, 255, 255, 0.5);
}

#speakers h3 small a {
    color: #EC877F;
}

.single-speaker {
    position: relative;
}

.speaker-name {
   background: rgba(244, 67, 54, 0.85);
    color: #FFF;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    font-size: 20px;
    bottom: 0;
    line-height: 0.7;
    min-height: 65px;
}

.single-speaker .box-hover {
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    line-height: 1.5;
    text-align: center;
    padding: 15px;
    z-index: 99;
}

.single-speaker .box-hover:hover {
    color: white;
    opacity: 1;
}

.single-speaker .box {
    width: auto;
    min-height: 200px;
    text-align: left;
}
.carousel {
    margin-top: 75px;
}
.single-speaker h3 {
    font-weight: normal;
    margin: 0 !important;
}

.single-speaker small {
    color: #FFF !important;
}

.single-speaker p {
    color: #ccc !important;
    line-height:14px;
    font-size:12px;
}
.btn-reg {
    background-color: #00A650;
}
.speakers-thumb {
    background: #262626;
    padding: 50px 0 30px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
}

.speakers-thumb img {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    transition: 0.5s;
}

.speakers-thumb img:hover {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}