#gallery_preview .knm_thumbnail play-wrap {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
}

#gallery_wrapper .knm_vids {
    display: flex;
    max-height: 100%;
}

#gallery_preview:not(.slick-initialized) > .square.square-image:nth-child(n + 7) {
    display: none;
}

#gallery_preview .square-image .inner.knm_thumbnail {
    display: flex;
}

#gallery_preview .square-image .inner.knm_thumbnail img {
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

#gallery_wrapper .knm_vids, #gallery_preview play-wrap, #gallery_preview .slick-slide .js-gallery-images * {
    cursor: zoom-in;
}

#gallery_wrapper .knm_vids .knm_vid {
    cursor: pointer;
}

#gallery .knm_vids_container {
    justify-content: center;
}

#gallery play-wrap, #gallery_preview play-wrap {
    pointer-events: none;
    display: flex;
}

#image_wrapper .knm_vids, #image_wrapper .knm_vids div, #image_wrapper video.knm_vid, #gallery .slick-list, #gallery .slick-track {
    max-height: 100%;
}

#image_wrapper .knm_vids .knm_custom, #image_wrapper .knm_custom video.knm_vid {
    width: auto !important;
}

#image_wrapper .knm_vids {
    display: flex;
}

.knm_thumb_overlay {
    pointer-events: none;
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    z-index: 1;
}
.knm_thumb_overlay play-wrap {
    display: flex;
}

.knm_consent-box {
    position: absolute;
    z-index: 2;
    height: fit-content !important;
    top: 12px;
}

.knm_custom {
    display: flex;
}

.knm_custom video {
    margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.knm_play_btn {
    width: 14px;
    height: 14px;
    border-width: 7px 0 7px 14px;
    border-style: solid;
    box-sizing: border-box;
    border-color: transparent transparent transparent #202020;
    margin: auto;
}
