.t989 .t989__img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
}
.t989 .t-slds__thumbsbullet .t-slds__img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 8px;
}
.t-zoomable, .t-zoomer__show .t-carousel__zoomer__inner, .t-zoomer__show .t-zoomable {
    cursor: zoom-in;
    padding: 0px;
    border-radius: 30px;
}
.t-carousel__zoomed, .t-carousel__zoomer__slides {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #EEF1F5 !important;
}
.t989__gallery-container {
    padding-top: 35px;
    background-color: #EEF1F5;
}
.t-carousel__zoomer__img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 30px);
    object-fit: contain;
    margin: auto;
    overflow: auto;
    -webkit-transform: none;
    -webkit-backface-visibility: hidden;
    border-radius: 10px;
}
.t989 .t-slds__img {
    max-height: 100%;
    width: auto;
    margin: 0;
    border-radius: 30px;
}
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: rgba(0,0,0,.15);
    border-radius: 8px !important;
    border: 4px solid var(--Main-Blue, #4E6AF3);
}