.az528 .prod-images img:nth-of-type(2),
.az425 .prod-images img:nth-of-type(3),
.az405 .prod-images img:nth-of-type(3),
.az255 .prod-images img:nth-of-type(3) {
	display: block;
}

@media (min-width: 768px) {

	.prod-images img {
		width: 45%;
	}

	.az528 .prod-images img {
		width: 60%;
	}

	.az528 .prod-images img:nth-of-type(2) {
		bottom: 5%;
		left: 0;
	}

	.az528 .prod-images img:nth-of-type(1) {
		top: 5%;
		right: 0;
	}

	.az425 .prod-images img:nth-of-type(1),
	.az405 .prod-images img:nth-of-type(1),
	.az255 .prod-images img:nth-of-type(1) {
		right: 0;
		top: 0;
		bottom: 0;
	}

	.az425 .prod-images img:nth-of-type(2),
	.az405 .prod-images img:nth-of-type(2),
	.az255 .prod-images img:nth-of-type(2) {
		left: 0;
		top: 0;
		bottom: 0;
	}

	.az425 .prod-images img:nth-of-type(3),
	.az405 .prod-images img:nth-of-type(3),
	.az255 .prod-images img:nth-of-type(3) {
		width: 50%;
		bottom: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}