.container{
    background: url(../images/featurebg.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}
.nav-item{
    background: #f19437;
}
.kid-nav{
    top: 15% !important;
}

.feature-wrap{
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 2.6667vw;
    margin-bottom: 6.6667vw;
}
.nav-item{
    width: 40vw;
    /* height: 30vw; */
    /* border-radius: 100%; */
    /* line-height: 30vw; */
    
    
}