html body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.main{
    width: 100vw;
    height: 100%;
    position: relative;
   
}
.bannerAndroid{
    position: relative;
    padding-top: 0px;
}
.bannerAndroid img{
    width: 100%;height: 70vh;
}
.ourMobileDevelopment{
    display: block;
    height: 120vh;width: 100%;background: url(./Image/home/home-banner.jpg);
}
.ourMobileDevelopment1{
    display: none;
}

@media (max-width : 650px) {
    .bannerAndroid{
        padding-top: 0px;
     }
     .bannerAndroid img{
        height: 25vh;
     } 
     .ourMobileDevelopment{
        display: none;
    }
    .ourMobileDevelopment1{
        display: block;
    } 
    
    }