

 

.full-screen-image {
 padding-left: 40px;
 padding-bottom: 40px;
   
  
}

.full-screen-image img {
  width: 110%;
  height: 110%;
  object-fit: cover; /* Fills the screen, cropping if necessary */
}

 
 