.dtec-viewer360 {
    width: 100%;
    max-width: 900px;
    margin: 25px auto;
    outline: none;
}

.dtec-viewer360-stage {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    cursor: ew-resize;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}

.dtec-viewer360-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.dtec-viewer360-counter {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 5px 9px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.2;
}

.dtec-viewer360-help {
    margin: 9px 0 0;
    color: #666666;
    font-size: 14px;
    text-align: center;
}

.dtec-viewer360.is-dragging .dtec-viewer360-stage {
    cursor: grabbing;
}

.dtec-viewer360:focus .dtec-viewer360-stage {
    border-color: #f08224;
    box-shadow: 0 0 0 2px rgba(240, 130, 36, 0.25);
}

.dtec-viewer360-frames {
    display: none;
}