/*------------- index grid ----------------------------------*/

@media only screen
and (max-width : 767px){

	.bx_home_item{
		width: 90%;
	}

}


@media only screen
and (min-width : 768px) {
	.bx_home_item{
		width: 24%;
	}
	.bx_home_item:nth-child(2){
		width:48.5%;
		height: 525px;
	}

	.bx_home_item:nth-child(5){
		top:-265px
	}
	.bx_home_item:nth-child(6){
		width:48.5%;
	}
	.bx_home_item:nth-child(9){
		width:48.5%;
	}
}