@charset "utf-8";
.oem-banner a img {
    margin: 0 auto; 
    max-width: 100%;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.oem-banner a:hover img {
    opacity: .7;
}
.product-detail .oem-banner {
    margin: 12px auto 0;
}
.product-btns .btn {
    margin: 30px auto;
}