@media screen and (min-width: 768px) {
	.z-index1 {
		z-index:1;
	}
}
@media screen and (max-width: 767px) {
}
