#moa-img-fix {
	img {height: 99% !important;}
	@media (max-width: 768px) {
		img {height: 97% !important;}
	}
}