.brand-area div img {
	width: 100%;
	height: auto;
}

@media only screen and (width <= 719px) {
	.brand-area div img:first-child {
		display: none;
	}
}

@media only screen and (width >= 720px) {
	.brand-area div img:last-child {
		display: none;
	}
}
