* {
	overflow:hidden;
}
#showcase_wrapper {
	width:490px;
	height: 300px;
	margin:0 auto;
	text-align:center;
	background:url('https://www.shopexpert.com/hu/img/layout/logo.svg') left top no-repeat;
	background-size:30%;
}
#showcase {
	width:490px;
	height: 270px;
	margin:0 auto;
	background:url('https://www.shopexpert.ro/media/bihon/images/address.png') right top no-repeat;
}
#showcase img {
	cursor:pointer;
}
#item-title {
	display:inline-block;
	background:#5bb65b;
	border-radius:5px;
	padding:6px 20px;
	margin:3px 0 0;
	color:#ffffff;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
}
#item-title:hover {
	background:#479147;
}