#trend-images-1 {
	width: 65vw;
	margin-bottom: 2.5vw;
}

#trend-images-1 img {
	height: 21.21vw;
}

#trend-images-1 img:nth-child(2) {
	margin-left: 2.5vw;
	margin-right: 2.5vw;
}

@media screen and (max-width: 700px) {
	#trend-images-1 {
		width: 90vw;
		margin-bottom: 2.5vw;
	}

	#trend-images-1 img {
		height: 30.7vw;
	}

	#trend-images-1 img:nth-child(2) {
		margin-left: 1.5vw;
		margin-right: 1.5vw;
	}
}
