@import url('./archive-profielen.css');

#production-content-text, #production-content-video {
    margin-bottom: 50px;
}

#production-item-content-data {
    font-size: 12px;
}

.production-medewerkers-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.production-medewerkers {
    margin-bottom: 100px;
}

.productie-single-container #hero-content {
    width: 100%;
    position: absolute;
}

.bts-gallery-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bts-gallery-slide {
    width: calc(25% - 15px);
    position: relative;
}

.bts-gallery-slide:last-child {
    margin-right: auto;
}

.bts-gallery-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}