.mobile-home-version {
    display: none;
    height: 80vh; 
    width: 100%;
    overflow: hidden;
}

.banner-mobile img{
  height: 100%;
  object-fit: cover;  
  object-position: center;
  display: block;
  border-radius: 30px;
}

@media (max-width: 500px) {
    .mobile-home-version {
        display: flex;
    }
    .home-slider {
        display: none;
    }
}