html,
body {
	height: 100%;
}

#container  {
	margin-bottom: 20px;
	margin-left:-20px;
}

.element {
	width:248px;
	min-height: 90px;
	margin:0 0 20px 20px;
	padding:0;
	float: left;
	overflow: hidden;
	position: relative;
	border-bottom:1px solid #000;
}

.element img{
	width: 100%;
	height:auto;
}

@media only screen and (max-width: 1100px) and (min-width: 769px) {
	.element {
		width:205px;
	}
}