@media (max-width: 700px) { /* monitor resolution <700px */


	.product > span > img {
		max-width: 96px !important;
	}
    #newsiframe {
        min-width: 100px !important;
        max-width: 120px !important;
    }
    .celltext{
        display: none;
    }

}