.image__wrapper {
	width: 100%;
  	height: 100%;
   display: flex;
}

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