.mibreit-slideshow {
    position: relative;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 43rem;
    overflow: hidden
}

.mibreit-slideshow-title {
    position: relative;
    text-align: center
}

.mibreit-thumbview {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    width: 100%;
    min-width: 20rem;
    max-width: 45rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.mibreit-slideshow-next,  .mibreit-slideshow-previous {
   display: none;
}

.mibreit-thumbview-previous, .mibreit-thumbview-next {
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow-carousel.svg);
    margin: 0 10px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.mibreit-thumbview-next{
    transform: scaleX(-1)
}

.mibreit-regular-slideshow,
.mibreit-regular-thumb,
.mibreit-regular-title {
    position: relative
}

.mibreit-thumbview-previous svg, .mibreit-thumbview-next svg {
    display: none;
}

.mibreit-fullscreen {
    position: fixed;
    box-sizing: border-box;
    background-color: #181818;
    overflow: hidden;
    top: 0;
    padding: 1rem;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    flex-direction: column
}

.mibreit-fullscreen .width-100 {
    width: 100%
}

.mibreit-fullscreen .flex-grow-1 {
    flex-grow: 1
}

.mibreit-fullscreen .flex-grow-0 {
    flex-grow: 0
}

.mibreit-enter-fullscreen-button, .mibreit-fullscreen>.exit-fullscreen {
    display: none;
}


.flex-vertical {
    margin-block-start: 2rem;
}

div#full-gallery {
    position: relative;
    width: 100%;
    height: 550px;
    margin-bottom: 2rem;
}

.mibreit-imageElement {
    position: absolute;
    padding: 0;
    overflow: hidden;
    z-index: 10;
    width: 100%;
    height: 100%
}

.mibreit-center-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.mibreit-imageElement img {
    width: 100% !important;
    height: 100%;
}


.mibreit-thumbs {
    overflow: hidden;
    display: flex;
    flex-direction: row
}

.mibreit-thumbs-scroller {
    position: relative;
    display: flex;
   gap: 20px;

}

.mibreit-thumbElement {
    position: relative;
    scale: .9;
    opacity: .5;
}

.mibreit-thumbElement.active {
    scale: 1.1;
    opacity: 1;
}

.mibreit-center-box img {
    height: 100% !important;
    object-fit: cover;
}
