.my-marker {
	position: absolute;
	top: -69px;
	left: -26px;
	cursor: pointer;
}
.marker-title {
    position: absolute;
    top: -60px;
    font-size: 9px;
    font-family: 'Montserrat';
    color: white;
    font-weight: 300;
    left: 35px;
    width: 220px;
    background: rgb(255 255 255 / 20%);
    padding: 5px 10px;
    border-radius: 11px;
    line-height: 13px;
    backdrop-filter: blur(5px);
}
.marker-title span {
    font-weight: 600; 
}
.marker-title a,
.marker-title a:active,
.marker-title a:focus {
    color: white;
    font-weight: 500;
    text-decoration: underline;
}
.marker-title a:hover {
    text-decoration: none;
}
.no_zoom {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	display:block;
}
@media only screen and (min-width: 1200px){  
	#map {
        display: block;
        position: relative;
        padding-top: 20px;
        padding-bottom: 0px;
        background: #1C1C1C;	
	}
	#map .map-img {
		display: block;
		position: relative;			
        padding: 0px;
        margin: 0px;
        height: 53vh;
		min-height: 500px;
	}
	#map .map-img.map_01 {
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
		border-right: 4px solid transparent;
	}	
	#map .map-img.map_02 {
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
		border-left: 4px solid transparent;
	}		
}
@media only screen and (min-width: 992px) and (max-width: 1199.5px) {
	#map {
        display: block;
        position: relative;
        padding-top: 20px;
        padding-bottom: 0px;
        background: #1C1C1C;	
	}
	#map .map-img {
		display: block;
		position: relative;			
        padding: 0px;
        margin: 0px;
        height: 53vh;
		min-height: 500px;
	}
	#map .map-img.map_01 {
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
		border-right: 2px solid transparent;
	}	
	#map .map-img.map_02 {
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
		border-left: 2px solid transparent;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 991.5px) {
	#map {
        display: block;
        position: relative;
        padding-top: 0px;
        padding-bottom: 0px;
        background: #1C1C1C;	
	}
	#map .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;		
	}
	#map .map-img {
		display: block;
		position: relative;			
        padding: 0px;
        margin: 0px;
        height: 53vh;
		min-height: 500px;
	}
	#map .map-img.map_01 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
		border-right: 0px solid transparent;
		border-bottom: 5px solid transparent;
	}	
	#map .map-img.map_02 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
		border-left: 0px solid transparent;
	}
}
@media only screen and (max-width: 767.5px){
	#map {
        display: block;
        position: relative;
        padding-top: 20px;
        padding-bottom: 0px;
        background: #1C1C1C;	
	}
	#map .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;		
	}	
	#map .map-img {
        display: block;
        position: relative;
        padding: 0px;
        margin: 0px;
        height: 30vh;
        min-height: 300px;
	}
	#map .map-img.map_01 {
        background-position: 90%;
        background-repeat: no-repeat;
        background-size: auto;
        border-right: 0px solid transparent;
        border-bottom: 5px solid transparent;
        margin-bottom: 8px;
	}	
	#map .map-img.map_02 {
        background-position: 32%;
        background-repeat: no-repeat;
        background-size: auto;
        border-left: 0px solid transparent;
	}
}
@media only screen and (max-width: 380px){

    #map .map-img.map_01 {
        background-position: 85%;
        background-repeat: no-repeat;
        background-size: auto;
        border-right: 0px solid transparent;
        border-bottom: 5px solid transparent;
        margin-bottom: 8px;
    }
    #map .map-img.map_02 {
        background-position: 34%;
        background-repeat: no-repeat;
        background-size: auto;
        border-left: 0px solid transparent;
    }	
	
}