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


@media only screen and (min-width: 768px) {
	
}


@media only screen and (min-width: 1024px) {
	
}


@media only screen and (min-width: 1250px) {
	
}


@media only screen and (min-width: 1400px) {
	
}


.block_0 {
	display: block;
	transition: all 0.25s ease-in-out;
	position: relative;
/*
	color: red !important;
	border: 3px solid red;
	box-shadow: 5px 5px 10px red;
*/
}

.block_1 {
	display: block;
	transition: all 0.25s ease-in-out;
	position: relative;
	color: blue !important;
	border: 3px solid blue;
	box-shadow: 5px 5px 10px blue;
}

.block_2 {
	display: block;
	transition: all 0.25s ease-in-out;
	position: relative;
	color: yellow !important;
	border: 3px solid yellow;
	box-shadow: 5px 5px 10px yellow;
}

.block_3 {
	display: block;
	transition: all 0.25s ease-in-out;
	position: relative;
	color: green !important;
	border: 3px solid green;
	box-shadow: 5px 5px 10px green;
}

.block_4 {
	display: block;
	transition: all 0.25s ease-in-out;
	position: relative;
	color: purple !important;
	border: 3px solid purple;
	box-shadow: 5px 5px 10px purple;
}