#speakers .speakers-content{
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 80%;
}
#speakers .speakers-text{
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    top: 5vw;
}
#speakers h3{
    color: #FCBA2D;
    font-size: 1.875rem;
    font-weight: lighter;
    margin: 3vh;
}

#speakers h4{
    color: #FCBA2D;
    font-size: 1.75rem;
    margin-bottom: 30px;  
}
#speakers p{
    color: #FCBA2D;
    margin-top: 20px;
    font-size: 1.25rem;
}
#speakers span{
    font-size: 0.685rem;
    margin-bottom: 15px;
    min-height: 54px;
}
#speakers img{
    border: 8px #fff solid;
    border-radius: 50%;
    height: 171px;
    width: 171px;
    margin: 0 auto;
}
#speakers .fp-tableCell {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
#speakers .speaker{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex: 1 0 21%;
    margin: auto;
    max-width: 25%;
}

#speakers .fp-tableCell .speaker:nth-of-type(even) {
    padding-bottom: 5vw;
}
#speakers .fp-tableCell .speaker:nth-of-type(odd) {
    padding-top: 3vw;
}
.fp-next {
    border: none;
    right: 8% !important;
    background-image: url('/assets/images/next.png');
    background-repeat: no-repeat;
    border-color: transparent transparent transparent transparent !important;
    border-width: 38.5px 34px 38.5px 34px !important;
    width: 0 !important;
}
.fp-prev {
    border: none;
    left: 8% !important;
    background: url('/assets/images/prev.svg') no-repeat 0 0;
    border-color: transparent transparent transparent transparent !important;
}

@media (max-width: 968.98px) { 
    #speakers .speakers-content{
        width: 100%;
        padding: 25px 0px;
        display: block;
    }
    #speakers .speakers-text{
        top: 0;
    }
    .speakers-wrapper{
        padding-right:0;
        padding-left:0;
    }
    #speakers .speaker-name{
        height: 100px;
        display: flex;
        justify-content: center;
    }
    #speakers .speaker-name h4{
        align-self: center;
        margin-bottom: 0;
    }
    #speakers .slide{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-snap-points-x: repeat(100%);
    }
    #speakers .speaker{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        margin: 0px;
        max-width: none;
        margin-left: 50px;
        flex: 1 0 26%;
        scroll-snap-align: none center;
    }
    #speakers .speaker:last-child{
        margin-right: 50px;
    }
    #speakers .swipe{
        display: block !important;
        text-align: center;
        font-size: 0.5rem;
        position: relative;
        bottom: 10px;
    }
    #speakers .swipe img{
        border: none;
        height: 17px;
        width: auto;
        margin: 0 20px;
        cursor: pointer;
    }
}
@media (max-width: 768px) {
    .speakers-wrapper{
        padding-right:0;
        padding-left:0;
    }
    #speakers .speaker{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
        margin: 0px;
        max-width: none;
        margin-left: 50px;
        flex: 1 0 50%;
    }
}