
.tx-kmi-fancybox-gallery {
    margin-top:50px;
    margin-bottom:50px;
}
/* Fancybox lib Settings */
.arrow-box {
  margin: 20px;
  background: #fff;
  float: left;
}
.fancyboxGalleryBox { width: 200px; }
.fancybox-navigation .fancybox-button {
    height: 100px !important;
    width: 100px !important;
    background:transparent !important;
}
.fancybox-button {
    width:60px !important;
    height:60px !important;
}
.fancybox-button svg {
    width:38ox;
    height:38px;
    margin:0 auto;
}
.fancybox-button svg.fancyboxGalleryArrow {
    width:80ox;
    height:80px;
    margin:0 auto;
}
.fancybox-button svg path {
    fill: #fff !important;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-print {
    position: relative;
}
.fancybox-print::before {
    position: absolute;
    content: "";
    background-image: url('../img/printer.svg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px 26px;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
}
.fancybox-button, .fancybox-button:visited{color:#fff !important;}
@media screen and (max-width: 991px) {
    .fancybox-button svg.fancyboxGalleryArrow {
        width:38ox;
        height:38px;
        margin:0 0;
    }
    .fancybox-button--arrow_right svg.fancyboxGalleryArrow {
        float:right;
    }
    .fancybox-button {
        width:44px !important;
        height:44px !important;
    }
    .fancybox-button svg {
        width:22ox;
        height:22px;
        margin:0 auto;
    }
    .fancybox-print::before {
        background-image: url('../img/printer.svg') !important;
        background-size: 22px 22px;
        top: 0;
        left: 0;
        width: 44px;
        height: 44px;
        background-color: transparent;
    }
}


/* FE Styles */
.card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
}
.card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
.card {
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card a img {
    vertical-align: middle;
    border-style: none;
}
.fancybox-button--arrow_right.disabled ,.fancybox-button--arrow_left.disabled {
    display:none;
}
.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:16px 44px 25px !important;right:0;text-align:left !important;}
.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}
.fancybox-thumbs__list a::before {
    border: 4px solid #3482bd !important;
}
