.galery {
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 25%);
}

.galery img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}