*[data-type="nlb_section"] {
  padding: 0 !important;
}
*[data-type="nlb_column"] {
  overflow: hidden;
}
*[data-type="nlb_btn"] {
  width: 100%;
}
.element.btn {
  padding: 0;
}

/* Video Player */
.video-player-wrapper.responsive-video {
  position: relative;
  height: 0;
  padding-bottom: 50%;
}
.video-player-wrapper.responsive-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* Map */
.nlb-map-view {
  width: 100%;
  height: 100%;
}
