.banner_cross-sell {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
}

.banner_cross-sell tbody {
    border: 0;
    background-color: #3F2466
}

.banner_cross-sell td {
    padding: 20px !important;
    color: white;
    text-align: center;
    min-height: 125ppx;
    height: 125px;
    vertical-align: middle;
    background-color: #3F2466;
    position: relative;
    border: none!important
}

.banner_cross-sell td:first-child {
    width: 16%;
    background-size: cover;
    background-position: center center;
}

.banner_cross-sell td:last-child {
    background-color: #4f2d7f;
}

.banner_cross-sell td:nth-child(2) {
    background-image: url(/sites/all/modules/aserv/aserv_media/images/banner_cross-sell_triangle_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 20px;
    text-align:left;
}

.banner_cross-sell td:nth-child(2) svg.banner__angle-down {
    display: none;
}

@media (max-width:768px) {
    .banner_cross-sell td {
        display: block;
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .banner_cross-sell td:first-child {
        display: none !important;
    }

    .banner_cross-sell td:nth-child(2) {
        background-image: none;
        padding-bottom: 25px !important;
        padding-left: 20px !important;
        text-align:center;
    }

    .banner_cross-sell td:nth-child(2) svg.banner__angle-down {
        fill: #4f2d7f;
        position: absolute;
        display: block;
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        height: 20px;
        transform: scale(0.999);
    }
}