 html {
   line-height: 1.15;
   /* 1 */
   -ms-text-size-adjust: 100%;
   /* 2 */
   -webkit-text-size-adjust: 100%;
   /* 2 */
 }


 body {
   margin: 0;
   overflow: hidden;
 }
 img{
   width: 100%;
   object-fit: cover;
   max-width: 100%;
   height: 100vh;
 }