.all-scientific{
    border-bottom-color: #666;
    display: inline-block;
    font-size: 13px;
    color: #666;
    height: 28px;
    line-height: 35px;
}
.science-events-slider{
    position: relative;
    margin-top: 15px;
}
    .science-events-it{
        border: 5px solid #f1f1f1;
        padding: 20px;
        text-align: center;
        overflow: hidden;
        position: relative;
        height: 320px;
    }
        .scientific-item-images{
            display: block;
            border: 0;
            overflow: hidden;
            position: relative;
            background-color: #fff;
        }

        a.scientific-item-images:before {
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            content: '\f030';
            font-family: FontAwesome;
            position: absolute;
            top: 50%;
            left: 50%;
            color: #ccc;
            font-size: 40px;
        }

        a.scientific-item-images span {
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            padding-bottom: 50%;
            display: block;
            position: relative;
            z-index: 1;
            border-radius: 3px;
        }

        .scientific-item-title{
            height: 70px;
            overflow: hidden;
            position: relative;
            border: 0;
            line-height: 1.1;
            font-size: 18px;
            display: block;
            margin-top: 15px;
        }
        .scientific-item-title:after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            -webkit-box-shadow: 0 0 30px 20px #fff;
            -moz-box-shadow: 0 0 30px 20px #fff;
            box-shadow: 0 0 30px 20px #fff;
        }

        .scientific-date{}
        .scientific-loc{}
@media screen and (max-width: 1599px){
    .science-events-slider {
        padding: 0 50px;
    }
}
@media screen and (max-width: 767px){
    .science-events-it{
        height: auto;
    }
}
@media screen and (max-width: 479px){
    .science-events-slider{
        padding: 0;
    }
}
