.products-index {}

.products-index img {
	width: 100%;
	display: block;
}

@media screen and (min-width: 766px) {
	.products-index{
		background-color: #000000;
	}
	.products-index img {
		max-width: 800px;
		width: 50%;
		margin: auto;
	}
}