.icv {
    position: relative;
    overflow: hidden;
    cursor: row-resize;
}

.icv__icv--vertical {
    cursor: row-resize;
}

.icv__icv--horizontal {
    cursor: col-resize;
}

.icv__img {
    pointer-events: none;
    user-select: none;
    max-width: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    top: 0;
    display: block;
}

.icv__is--fluid .icv__img {
    display: none;
}

.icv__img-a {
    height: auto;
    position: static;
    z-index: 1;
    left: 0;
}

.icv__img-b {
    height: 100%;
    position: absolute;
    z-index: 2;
    left: auto;
    right: 0;
    width: auto;
}

.icv__icv--vertical .icv__img-b {
    width: 100%;
    height: auto;
}

.icv__imposter {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icv__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 3;
}

.icv__is--fluid .icv__wrapper,
.icv__icv--vertical .icv__wrapper {
    width: 100% !important;
}

.icv__is--fluid .icv__wrapper,
.icv__icv--horizontal .icv__wrapper {
    height: 100% !important;
}

.icv__fluidwrapper {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icv__control {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    top: 0;
    z-index: 5;
}

.icv__icv--vertical .icv__control {
    flex-direction: row;
    left: 0;
    width: 100%;
}

.icv__control-line {
    height: 50%;
    width: 2px;
    z-index: 6;
}

.icv__icv--vertical .icv__control-line {
    width: 50%;
}

.icv__theme-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    transition: all .1s ease-out 0s;
    z-index: 5;
}

.icv__icv--vertical .icv__theme-wrapper {
    flex-direction: column;
}

.icv__arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .1s ease-out 0s;
}

.icv__circle {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 999px;
}

.icv__label {
    position: absolute;
    bottom: 1rem;
    z-index: 12;
    background: rgba(0, 0, 0, 0.33);
    color: white;
    border-radius: 3px;
    padding: .5rem .75rem;
    font-size: .85rem;
    user-select: none;
}

.icv__body {
    user-select: none;
}
