.content img {
	width: 100%;
    height: auto;
}

.content__photo--newsmiddle {
	width: 49%;
}

.content__photo-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1023px) {
	.content__photo--newsmiddle {
		width: 100%;
	}
}