/* code to be pasted in the lightweight custom css textarea */

.lightwidget__tile:nth-child(9) {
	display: none;
}
@media only screen and (max-width: 830px) {
	.lightwidget {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.lightwidget li {
		-webkit-flex-basis: 100% !important;
		flex-basis: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}
@media only screen and (min-width: 831px) {
	.lightwidget__tile:nth-child(1),
	.lightwidget__tile:nth-child(4),
	.lightwidget__tile:nth-child(7) {
		margin-right: 33.33%;
		background-color: white;
	}
	.lightwidget__tile:nth-child(3),
	.lightwidget__tile:nth-child(6) {
		margin-left: 33.33%;
		margin-right: 33.33%;
	}
}
