@media only screen and (max-width: 1420px) {
	.conwid {
		width: 94%;
	}
}

@media only screen and (max-width: 768px) {
	.ztcons {
		margin: 3rem auto;
	}
	.wip_ldcols2 {
		font-size: 2.5rem;
		margin-bottom: 1.5rem;
	}
	.swiper-list {
		margin: 0px auto 3rem;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 3rem;
		height: 3rem;
		margin-top: 5.5rem;
	}
	.swiper-container {
		margin: 0px auto 0px;
		width: calc(100% - 7rem);
	}
	.swiper-slide img {
		height: 14rem;
	}
	.wip_ztli {
		height: 5rem;
		margin-bottom: 1.5rem;
		border-radius: 0.3rem;
		background-size: 1rem;
		background-position: 1rem center !important;
		font-size: 1.5rem;
		padding-left: 3rem;
		padding-right: 1rem;
	}
}