.cms_image
{
    float: right;
}


.ProductImage, .cms_image   {height:270px; }

.ProductLinkImage    {width:120px; height:140px; }




@media (max-width : 992px)
{


    .cms_image
    {
        display: none;
    }


}


