.tc-image-group-wrap {
    position: absolute;
    display: block;
}

.tc-image-group {
    position: relative;
    display: block;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.tc-image-object {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.tc-image-object img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.tc-image-group-wrap .tc-group-controls,
.tc-image-group-wrap .ui-resizable-handle,
.tc-image-group-wrap .ui-rotatable-handle,
.tc-image-group-wrap .tc-icon-rotate {
    display: none !important;
    visibility: hidden !important;
}
