div.venuesList
{
    width: 100%;
    text-align: right;
    cursor: default;
}


div.venuesList div.venue {
	width:100%;
	height:400px;
	background-color:#eee;
	position:relative;
	margin-bottom:20px;
}
div.venuesList div.venue img.bg {
	width:100%;
	height:400px;
	position:absolute;
	top:0;
	right:0;
}
div.venuesList div.venue div.description {
	width:260px;
	height:360px;
	position:absolute;
	top:0;
	right:0;
	padding:20px;
	background-color:rgba(0,0,0,0.7);
}
div.venuesList div.venue div.description div.title {
	color: white;
	font-size: 32px;
	text-align: right;
	margin-bottom:20px;
	font-weight:bold;
}
div.venuesList div.venue div.description div.text {
	color:#CCC;
}
div.venuesList div.venue div.description div.gallery {
	border:none;
	position:absolute;
	bottom:0;
	right:0;
}
div.venuesList div.venue div.description div.gallery li {
	float:right;
	margin-right:20px;
	height:73px;
	list-style:none;
	margin-bottom:20px;
    cursor: pointer;
}
div.venuesList div.venue div.description div.gallery li img {
	height:73px;
    width:73px;
}


@media (max-width: 768px) {
	
	div.venuesList div.venue div.description {
    width: 126px;
}

div.venuesList div.venue div.description div.title {
    font-size: 14px;

}

div.venuesList div.venue {
	height:200px;
	
}
div.venuesList div.venue img.bg {
	height:200px;
	
}
	
	
	div.venuesList div.venue div.description
	{
		height:160px;
	}
	
}
