@media screen and (max-width: 480px) {
	#texture #featuredItems .item-box, #texture .item-box {
		width: 31.3%;
	}
	.brand-list li {
    width: calc(31.83% - 2px);
	}
}