.review-carousel {
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.new-line {
    display: block;
}

.videolinks {
    width: 530px;
    height: 345px;
}

.review_text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 2.1435;
    font-weight: 500;
    color: black;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 420px) {

    .review-carousel {
        max-width: 100%;
        max-height: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .new-line {
        display: none;
    }

    .videolinks {
        width: 325px;
        height: 230px;
    }

    .listing_features {
        margin-top: 0;
    }

    .listing_container {
        padding-bottom: 20px;
    }
}
