@media (max-width: 767px) {

    #ts-facebook-wrapper {
        padding-right: 14px;
    }

    #ts-twitter-wrapper {
        padding-top: 10px;
        padding-right: 14px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    .ts-ad-sidebar, ts-ad-banner {
        border-radius: 0px;
        background: none;
        padding: 0px;
    }

    .ts-ad-sidebar {
        background: none;
        border-radius: 0px;
    }

}

@media (min-width: 979px) and (max-width: 1200px) {

    .ts-ad-sidebar, ts-ad-banner {
        padding-top: 10px;
        padding-bottom: 5px;
    }

}