.ik-viewer {
    width: 100%;
    height: 100%;
    background-color: rgba(31, 44, 56, .95);
}

.ik-theme--dark .ik-viewer {
    background-color: rgba(60, 60, 60, .9);
}

.ik-viewer__image-wrapper {
    height: calc(100% - 146px);
    width: calc(100% - 156px);
}

.ik-viewer__image-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ik-viewer--mobile .ik-viewer__image-wrapper {
    width: 100%;
}

.ik-viewer__image {
    border-radius: 16px;
    max-width: calc(100vw - 156px);
    max-height: calc(100vh - 156px);
}

.ik-viewer--mobile .ik-viewer__image {
    max-width: calc(100vw - 50px);
}

.ik-viewer__arrow {
    min-width: 78px;
}

.ik-viewer__arrow .ik-button {
    transition: transform 0.4s ease-in-out;
}

.ik-viewer__arrow--left .ik-button:hover {
    transform: translateX(-5px);
}

.ik-viewer__arrow--right .ik-button:hover {
    transform: translateX(5px);
}

.ik-viewer__header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.ik-viewer__footer {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.ik-viewer__header-button {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
}

.ik-viewer__header-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.ik-viewer__mobile-switcher {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    z-index: 1;
}

.ik-viewer__slider-mobile > * {
    width: 50%;
}
