@charset "UTF-8";

.item.two-thirds.kitchen,
.item.six.kitchen,
.item.two-thirds.bath,
.item.three.kitchen,
.item.three.bath{
	padding-top:0;
	margin-top:0;
}

.item.one-thirds.toilet p{
	padding-top:0;
}
.item.one.toilet{
	margin-right:0;
}
@media (min-width: 568px) {
	.item.one-thirds.toilet{
		margin-right:36px;
		margin-top:30px;
		background-position:center;
		background-size:cover;
	}
	.item.two.toilet{
		display:none;
	}
	.item.one.toilet{
		padding-top:30px;
	}
	.item.toilet568{
		padding-top:0;
	}
}
@media (min-width: 768px) {
	.item.toilet568{
		display:none;
	}
	.item.four.toilet768,
	.item.five.toilet768,
	.item.six.toilet768{
		padding-top:0;
	}
}