.prod_img {
    display: block;
    max-width:85%;
    height:auto;
}
.brand_logo {
    display: block;
    max-height:85%;
    width:auto;
}
.greyed-out
{
    pointer-events: !important;  
    border: 1px solid grey;
    background-color: #efefef !important;
}
.greyed-out-removed
{
    pointer-events: auto;
}
.content {
display:none;
}
