#map {
    height: 100%;
  }
  
gmp-map {
    height: 400px;
  }


.map-block {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
}
 
/* for the django-comment-form-xtd */
.comment-form {
  width: 800px;
  max-width: 100%;
  margin-left: 0;
}

.comment {
  border:1px solid lightgray;
  margin-bottom: 10px;
  padding: 5px;
}

.media-list {
  width: 800px;
  max-width: 100%;
  margin-left: 0;
}

.profile-image-thumbnail {
  float: left;
  width: 64px;
  height: 64px;
  max-width: 100%;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* Om body text in blog posts terug te laten lopen: */
.post-body {
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-word; /* forceer breken */
  overflow-wrap: anywhere;
  hyphens: auto;
  white-space: normal; /* voorkomt dat richtext <p> of <span> in 1 regel blijven */
}

.col-md-4 {
  flex-shrink: 0; /* laat hem nooit verdwijnen */
}

.col-md-8 {
  min-width: 0; /* zorgt dat tekst kan inspringen */
  flex: 1 1 0%;          /* laat hem meeschalen */
  overflow: hidden;      /* voorkomt overflow */
}

.col-md-8 b {
  font-weight: bold;
  display: inline; /* voorkomt dat ze blok-level worden */
}
/* Einde body text terugloop */

/* padding button op de kaart voor de statistieken aanpassen */
#yearDropdown {
  padding: 8px;
  margin: 5px;
}

/* for films / videos Murtie */
/* .card-video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; 
  } */

/* .card-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  } */


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* .video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
} */
