#map {
    height: 800px;
}

.info_content_thumb img{
    max-width:100%;
    width:100%;
    max-height:200px;
    object-fit:cover;
	margin-bottom:15px;
}


#map .displaytitle{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 500;
}

#map .info_content{
    width:300px !important;
/*     padding:20px 15px; */
    background:white;
	border:5px solid #E50019;
}

#map .info_content_full a{
    font-weight: bold;
    font-size: 18px;
    color: #2B2B2B;
    padding: 10px;
	text-align:center;
}

/* #map .infoBox img{
    padding: 10px;
    margin: 0px;
} */
#map .infoBox .info_content img{
    margin:unset;
    padding:0;
	min-height: 130px;
    max-height: 130px;
    object-fit: cover;
	margin-top: -13px;
}

#map .info_content_full .button-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#map .info_content_full {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#map .infoBox>img {
    right: 15px;
    top: 15px;
}
