@charset "UTF-8";
/* CSS Document */

/* PRODUCT EMBEDS*/

div.wcepe_product_wrap{
    padding:0px !important;
}
li.wcepe_product{
    background-color:#f5f5f5;
}
li.wcepe_product h2{
    height: 50px !important;
}
li.wcepe_product .button{
    margin-bottom: 20px !important;
    background-color: #6a6e79 !important;
    color: #fff !important;
}
li.wcepe_product img{
    margin-top:20px !important;
}
@media screen and (max-width: 768px) {
li.wcepe_product{
    width:100% !important;
}
li.wcepe_product img{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    padding:0 20px !important;
}
}

@media screen and (min-width: 1020px) {
    li.wcepe_product{
        width:29% !important;
    }
    li.wcepe_product img{
        width: auto !important;
        height: 216px !important;
    }
}

@media screen and (max-width: 1019px){
    li.wcepe_product {
        width: 45% !important;
    }
}