@media (min-width:768px) {

	

	.onesix .grid-item:nth-of-type(1) {

		grid-row: 1;

		grid-column: 1;

	}



	.onesix .grid-item:nth-of-type(2) {

		grid-row: 1;

		grid-column: 2;

	}



	.onesix .grid-item:nth-of-type(3) {

		grid-row: 1;

		grid-column: 3;

	}



	.onesix .grid-item:nth-of-type(4) {

		grid-row: 1;

		grid-column: 4;

	}



	.onesix .grid-item:nth-of-type(5) {

		grid-row: 1;

		grid-column: 5;

	}



	.onesix .grid-item:nth-of-type(6) {

		grid-row: 1;

		grid-column: 6;

	}



	.onesix img {

    width: 200px;
    height: 200px;

		padding: 5px;

	}



	.onesix img:hover {

		padding: 2px;

	}

}



@media (max-width:768px) {

	

	.onesix .grid-item:nth-of-type(1) {

		grid-row: 1;

		grid-column: 1;

	}



	.onesix .grid-item:nth-of-type(2) {

		grid-row: 1;

		grid-column: 2;

	}



	.onesix .grid-item:nth-of-type(3) {

		grid-row: 1;

		grid-column: 3;

	}



	.onesix .grid-item:nth-of-type(4) {

		grid-row: 2;

		grid-column: 1;

	}



	.onesix .grid-item:nth-of-type(5) {

		grid-row: 2;

		grid-column: 2;

	}



	.onesix .grid-item:nth-of-type(6) {

		grid-row: 2;

		grid-column: 3;

	}



	.onesix img {

		width: 100px;
		height: 100px;

		padding: 5px;

	}

}