


.cms_image
{
    float: right;
}


.ProductImage, .cms_image   {width:200px;  }

.ProductLinkImage    {width:160px;}




@media (max-width : 992px)
{


    .cms_image
    {
        display: none;
    }


}



