html{
    padding: 0rem !important;
    margin: 0rem !important;
  overflow-y: hidden;

}
.img{
    height: auto;
    width: 100%;
    object-fit: cover;
}

@media(max-width:767px){
    .img{
        height: 100vh;
        object-fit: contain;
    }
}