.ns_google-map-gdpr .map_canvas {
  display: none;
}

.ns_google-map-gdpr--active .ns_google-map-gdpr__notice {
  display: none;
}

.ns_google-map-gdpr__notice {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.ns_google-map-gdpr__notice > * {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.ns_google-map-gdpr__notice button {
  font: inherit;
  padding: 0.5rem 1rem;
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
}

.ns_google-map-gdpr__notice.ns_google-map-gdpr__notice-bg-img {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.tx-ns-google-map-wrapper {
  position: relative;
}

@media (min-width: 768px) {

}

@media (min-width: 993px) {
  
}

@media (min-width: 1200px) {
  
}