/* Your custom styles */
.nav-link,.postcard,.overlay,.view{
	cursor:pointer;
}
.pac-container{
	z-index: 100000000 !important;
}
.modal{
  z-index: 10000;   
}
.modal-backdrop{
  z-index: 9999;
}
#closepost{
	position:absolute !important;
	top:9px !important;
	right:10px !important;
	z-index:1000000 !important;
	cursor: pointer !important;
}
#viewcounter{
	position:absolute !important;
	bottom:8px !important;
	right:10px !important;
	z-index:1000000 !important;
	cursor: pointer !important;
}
.slot{
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.spotnamebadge{
	position:absolute;
	top:6px;
	left:6px;
}
.viewcountbadge{
	position:absolute;
	bottom:6px;
	right:6px;
}
@media (min-width: 1921px) {
	.truncate{
    max-width: 101px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-bottom: -2px;
	}
}