﻿div, a, img {
	padding:0; margin:0; border:0;
}
.ImageBlock {
    width: 100%;
    height: auto;
}
.ImageBlock img {
	width: 100%;
	height: auto;
	object-fit: contain;
	/*max-height: 300px;*/
}