.container {
	background: url(../images/featurebg.png) no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 0;
}
/* html {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
} */

.kid-nav {
	top: 20% !important;
}

.feature-wrap {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	height: 67vw;
}

.feature-item {
	width: 65vw;
	height: 10.8vw;
	line-height: 10.8vw;
	/*background: url(./../images/featureItem.png) no-repeat;*/
	background-size: 100% 100%;
}

.nav-item {
	line-height: 10.8vw;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-size: 4.5vw;
}

.nav-item[data-v-1] {
	background-image: linear-gradient(to bottom, #FF416C, #FF4B2B);
}
.nav-item[data-v-2] {
	background-image:  linear-gradient(to bottom, #7DB5FF, #26CBFF);
}
.nav-item[data-v-3] {
	background-image:  linear-gradient(to bottom, #F7B301, #FF4B2B);
}
.nav-item[data-v-4] {
	background-image:  linear-gradient(to bottom, #2CABE3, #4D59A7);
}
