.product-icon {
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	background-size: 200px 200px;
	float: left;
	margin-left: 28px;
	margin-right: 28px;
	margin-top: 28px;
}

.product-title .submenu-items {
    max-width: 270px;
}
        	
@media screen and (max-width: 760px) {
    .product-icon {
        background-size: 128px 128px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 4px;
        width: 100%;
        height: 128px;
        background-position: center center;
        display: block;
        clear: both;
    }
}
