/* foto album landscapes stijling */
.block_photos .rowpictures.photos-accordion {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.block_photos .rowpictures.photos-accordion .ui-widget-content,
.block_photos .rowpictures.photos-accordion .ui-accordion-content,
.block_photos .ui-accordion-header-icon {
    display: none !important;
}

.block_photos .ui-state-hover {
    border: none;
}

.block_photos .rowpictures.photos-accordion div.stretchy-wrapper {
    flex: 1;
    height: 100%;
    padding-bottom: 22% !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: flex 0.8s ease;
}

.block_photos .rowpictures.photos-accordion div.stretchy-wrapper:hover {
    flex: 10;
}

.block_photos div.stretchy-wrapper {
    width: 100%;
    padding-bottom: 100%;
    /* 16:9 */
    position: relative;
    margin-bottom: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.block_photos div.stretchy-wrapper.standaard {
    background-size: contain !important;
}

.block_photos div.stretchy-wrapper.blok {
    background-size: cover !important;
}

.block_photos div.stretchy-wrapper.landscape {
    padding-bottom: 56% !important;
    margin-bottom: 3%;
    background-size: cover !important;
}

.block_photos .rowpictures.photos-accordion div.stretchy-wrapper.landscape {
    margin-bottom: 0%;
}

.block_photos .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: 1s;
}

.block_photos .vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.block_photos .vertical-align-center>.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    background: transparent;
    box-shadow: none;
    border: none;
    width: 100%;
}

.block_photos .carousel-inner>.carousel-item>img {
    max-height: 90vh;
    max-width: 95%;
}

.block_photos .modal-open .modal {
    overflow-y: hidden;
    padding: 0;
}

.block_photos .close-modal {
    position: fixed;
    right: 250px;
    color: white;
    font-size: 40px;
    z-index: 9999;
    top: 20px;
}

.block_photos .slideshow .carousel-inner {
    height: 400px;
}

.block_photos .slideshow .carousel-inner>.item>img {
    height: 400px;
}

@media (max-width: 991.98px) {
    .block_photos .carousel-inner>.item>img {
        max-width: 90vw;
    }
    .block_photos .close-modal {
        position: fixed;
        font-size: 30px;
        right: 0;
        top: 0;
    }
}

@media (max-width: 767.98px) {
    .block_photos .rowpictures>[class *='col-'] {
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 5px;
    }
}