.home-large-img{
    width: 100%;
    height: 100vh;
}
.mobihide {
    display:block;
  }
.deskhide{
      display:none;
  }
@media only screen and (min-device-width: 320px) and (max-device-width: 800px) {
    .mobihide {
      display:none;
    }
    .deskhide{
        display:block;
    }
    #hometitle{
      width: 100%;
      height: 100vh;
      background-color: #ffffff90;

    }
    #homecaptext{
      width:30% !important;
    }
}
.homeimg{
  z-index: 10;
}