@import "/Themes/modern/page_style.css?v=2";

.nb-locator-map {
	float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}

.nb-locator-map img {
	width: 35rem;
}

.nb-locator-map div {
    font-size: 1rem;
    width: 100%;
    text-align: center;
}

@media (max-width: 799px) {
	.nb-locator-map {
        float: none;
        padding-left: 0px;
        padding-bottom: 20px;
        text-align: center;
	}
}

@media screen and (max-width: 600px) {
  .nb-locator-map img {
      width: 100%;
  }
}