// Mobile
.link-list-entry{
	margin-bottom: 10px;
	paddin-bottom: 10px;
	border-bottom: 1px solid @borderColor;	
	clear: left;
	position: relative;
}

.link-list-entry img{
	float: left;
	width: 20%;
	height: auto;
	margin: 0 10px 10px 0;
}

.link-list-entry img.img-link{
	position: absolute;
	bottom: 0;
	right: -10px;
	width: auto;
}

// Tablet
@media only screen and (min-width: @minWidthTablet) {
	.link-list-entry img{
		float: left;
		width: 20%;
		height: auto;
	}
}

// Desktop
@media only screen and (min-width: @minWidthDesktop) {
	.link-list-entry img{
		float: left;
		width: 150px;
	}
}