
#content .column {
	margin-left: -30px;
	margin-right: -25px;
}
#content .column .item {
	margin: 10px 0 15px;
	height: calc(100% - 25px);
	position: relative;
}


#content .column .item .title {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: 500;
	z-index: 2;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	padding: 5px;
}
@media (max-width: 768px){

	#content .column .item .title {
		font-size: 14px;
		padding: 5px 5px 0 5px;
	}
}

#content .column .item .title a {
	color: #FFFFFF;
	text-decoration: none;
}
#content .column .item .info {
    position: relative;
    padding: 12px 10px !important;
}
#content .column .item  .button {
	/* position: absolute; */
	/* bottom: 10px;
	left: 50%;
	margin-left: -58px; */
}
/* city index*/
