.tz-gallery {
   margin-top: -10%;
}

.tz-gallery .lightbox img {
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }
}
.video_div{
    float: none;
    margin-left: auto;
    margin-right: auto;
    /*background-image: url("/img/news/voorkantvideo.jpg");  */
}
@media (max-width:1199px){
  .video_div{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	/*background: rgba(0, 0, 0, 0.6);  */
}

.description {
	left: 50%;
	position: absolute;
	top: 25%;
	transform: translate(-50%, -55%);
	text-align: center;
}

.description h3 {
	color: #cc2a2a;
}

.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}

.description button {
	border: 3px solid #9b1111;
	background: #e5d6b1;
	border-radius: 5;
	color: #9b1111;
}

.description button:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}
/* Button More Info */
/*------------------*/

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: rem 2rem;
}

.btn-primary {
  background-color: #064E3F;
  border-color: #A58F15;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #72981B !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
/*
.btn-primary {
  position: absolute;
  z-index: 2;
}
  */
.column:hover:before {
  opacity: 1;
  transition: all 300ms ease;
}