.container {
    background: url(../images/featurebg.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}



.kid-nav {
    top: 15% !important;
}

.feature-wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49.4667vw;
    height: 57.2vw;


}

.feature-item {
    width: 49.4667vw;
    background: url(./../images/featureItem.png) no-repeat;
    background-size: 100% 100%;
}

.nav-item {
    width: 49.4667vw;
    /* height: 30vw; */
    /* border-radius: 100%; */
    /* line-height: 30vw; */


}