.fill {
     display: flex;
     justify-content: center;
     align-items: center;
     overflow: hidden;
     width:100%;
    height:95vh;
 }
.fill img {
    flex-shrink: 0;
    width: 100%;
    height:auto%
}