.swiper-container {
    width: 100%;
    /*height: 100%;*/

}
.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-slide a img {
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 240px;
}
.info-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    /*background-color: rgba(0,0,0,0.2);*/
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.info-area h4 {
    font-size: 16px;
    color: #d88308;
    margin: 0;
    display: inline-block;
}
.info-area a {
    color: #d88308;
    text-decoration: none;
    display: inline-block;
    width: auto;
}
.info-area a:hover {
    color: #b86300;
}
.speaker-desc {
    color: #fff;
}
.speaker-desc p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

.swiper-pagination {
    position: absolute;
    display: none;
}
