@media(min-width: 600px) and (max-width: 760px) {
    .featureCon .featureImg {
        top: 53vw;
    }
}

@media(max-width: 815px) {
    .homeCon {
        background-image: url(../images/mobile.jpg) !important;
    }
}

@media(min-width: 951px) and (max-width: 992px) {
    .featureCon .featureImg {
        top: 26vw;
    }
}
@media(min-width: 951px) and (max-width: 992px) {
    .featureCon .featureImg {
        top: 26vw;
    }
}

.pohon-img {
    position: absolute !important;
    bottom: 0 !important;
    width: 100vw !important;
    left: 0 !important;
}