﻿#content img.product {
float: right;
margin: 0 0 20px 20px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - max 600 */
@media screen and (max-width: 600px) 
{
 #content img.product {
float: none;
}   
}