/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /*===============================*/
    /*===============================*/
}/* END */
/* Small devices (landscape phones, 576px and up) */
/*===============================*/
@media (min-width: 576px) and (max-width: 767.98px) {
    /*===============================*/
    /*===============================*/
}/* END */
/*===============================*/
@media (max-width: 767.98px) {
    /*===============================*/
    #sp-logo .logo img {
        margin-top: 8px;
    }
    /*===============================*/
    .sp-slider-content {
        padding: 0 40px;
    }
    .sp-slider-content h1,
    .sp-slider-content h3 {
        font-size: 16px;
    }
    .ltr .sp-university-layout .sp-slider-controllers >a {
        width: 30px;
    }
    /*===============================*/
    .article-ratings-social-share {   
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .article-ratings-social-share .article-social-share {
        float: none;
    }
    /*===============================*/
}/* END */