
@media (min-width:761px) {
    .socialmobile {
       display: none;
    }

.imgszw {height: 200px;
    overflow: hidden;
    }
}

@media (max-width:760px) {


    .quote-teaser-title:before {
        display: none !important;
    }
    .socialmobile {
        width: 260px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
    }

    .socialmobile img {
        height: 32px;
        margin-top: -19px !important;
    }

    .socialmobile .fa {
        font-size: 32px;
    }

    .socialmobile li {
        margin-left: 10px;
        margin-right: 10px;
    }
}