
@media screen and (max-width:970px) {
    #fm_reviews_list ul li {width: 48.99%;}
    #fm_reviews_list ul h2 {text-align: left;padding-bottom: 0;}
    #fm_reviews_list ul li:nth-child(odd) p {padding-right: 1rem;}
    #fm_reviews_list ul li:nth-child(even) p,
    #fm_reviews_list ul li:nth-child(even) h2 {padding-left: 1rem;}

    .goodies-sub-container {
        width: 35% !important;
    }
    #goodies-table li {width: 100%; }
    .fm-product-vid {width: 63% !important;}
    #goodies-table {padding: 0;}

}

@media screen and (max-width:600px) {
    .container_9 .grid_5 {width: auto !important;}
    #fm_reviews_list ul li {width: 100%;}
    #fm_reviews_list ul h2 {text-align: left;padding-bottom: 0;}
    #fm_reviews_list ul li:nth-child(odd) p {padding-right: 0;}
    #fm_reviews_list ul li:nth-child(even) p,
    #fm_reviews_list ul li:nth-child(even) h2 {padding-left: 0;}

    .goodies-sub-container {
        width: 100% !important;
    }
    #goodies-table li {width: 48%; padding: 0;}
    .fm-product-vid {width: 100% !important;}
    .fm-product-vid-container {padding-top: .5rem !important;}
}

@media screen and (max-width:400px) {
    .container_9 .grid_5 {width: auto !important;}
    .product_list .productlist_cms_teaser {display: block;}
    .product_list .productlist_cms_teaser, .product_list .listing-attributes {
        width: auto;
    }
}