.news {
    position: relative;

    min-height: 80px;
}

.news .teaser {
    width: 100%;
    margin: 0 0 1em 0;
}

.news .ads-horizontal-banner {
    margin-top: 0;
}

.news .article-title-container {
    overflow: hidden;

    height: 32px;
    margin: 5px 0 5px;

    line-height: 16px;
}

.news .show_more {
    margin-top: 0;
}

.custom-right-banner {
    margin-bottom: 12px;
}

.custom-right-banner__desktop {
    display: none;
}

.custom-right-banner__mobile img {
    width: 300px;
    margin: 0 auto;
}

.v2__tlum-comments_buttons {
    margin: 10px 0 15px;
}

.news__product .xcart-product-card {
    display: inline-block;
    width: 50%;
    margin: 0 .5em .5em 0;
}

.news__product.left {
    float: left;
    text-align: center;
}
.news__product.right {
    float: right;
    text-align: center;
}

@media only screen and (min-width : 480px) {
    .news {
        margin-left: -3%;
    }

    .news .teaser {
        width: 46%;
        margin-left: 3%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .news {
        margin-left: -3%;
    }

    .news .teaser {
        width: 46%;
        margin-bottom: 30px;
        margin-left: 3%;
    }

    .news .article-title-container {
        height: 48px;
        margin: 12px 0;

        line-height: 24px;
    }

    .news__product .xcart-product-card {
        width: 217px;
    }

    .news__text-top,
    .news__text-down {
        margin-left: 20px;
        margin-bottom: 10px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .news {
        margin-left: -20px;
    }

    .news .teaser {
        width: 260px;
        margin-bottom: 30px;
        margin-left: 20px;
    }

    .news .article-title-container {
        height: 42px;
        margin: 10px 0;

        line-height: 20px;
    }

    .custom-right-banner__desktop {
        display: block;
    }

    .custom-right-banner__mobile {
        display: none;
    }

    .news__product.left {
        float: left;
        text-align: left;
    }
    .news__product.right {
        float: right;
        text-align: right;
    }

    .news__product.right .xcart-product-card {
        margin: 0 0 .5em .5em;
    }
}
