#tasmania_map {height:880px;max-width:100%;}
#tasmania_map_container_outer {max-width:calc(100% - 30px)}
#tasmania_map_container,#tasmania_map_container_outer {position:relative;}
#tasmania_map_filters {position:absolute;left:10px;bottom: 50px;}
#tasmania_map_filters > div {background:#ddd;padding:8px 50px 8px 10px;position:relative;font-size: 0.8em;font-weight: bold;cursor:pointer; }
#tasmania_map_filters > div:hover {background:#bbb;}
#tasmania_map_filters > div::after {content:" ";display: block;position:absolute;border-radius: 20px;height:16px;width:16px;right:10px;top:50%;margin-top:-8px;background:#fff;}
#tasmania_map_filters > div.active {background:#394849;color:#fff}
#tasmania_map_filters > div.active::after {background:#394849}
#tasmania_property_popup {position:absolute;right:10px;top: 68px;background:#fff;padding:15px;width: 380px;max-width: 90%;font-size:0.7em;line-height: 130%;box-sizing: border-box;}
#tasmania_property_popup h3 {padding-right:50px}
.tasmania_property_popup_close_button {position:absolute;border:1px solid #444;color:#444;top:15px;right:15px;height:30px;width: 30px;text-align: center;line-height: 250%;cursor:pointer}
#tasmania_property_popup a.link-btn {background: #394849;color: #fff;display: inline-block;padding: 6px 12px;border:0;
    -webkit-transition: background .3s cubic-bezier(.165, .84, .44, 1);
    -o-transition: background .3s cubic-bezier(.165, .84, .44, 1);
    transition: background .3s cubic-bezier(.165, .84, .44, 1);
}
#tasmania_property_popup a.link-btn:hover {background: #757c6a;color: #fff;}
#tasmania_property_popup img {max-width:350px;margin:10px 0 -5px}

@media screen and (max-width: 1900px) {
	#tasmania_map {height:660px;}
}

@media screen and (max-width: 768px) {
	#tasmania_map {height:500px}
	#tasmania_property_popup {position:relative;right:0;top:auto;width: 100%;max-width:100%;background:#eee}
	#tasmania_map_filters > div {padding:4px 40px 4px 8px;font-size: 0.7em; }

}