.ht_preview_container {
    overflow: hidden;
    /* transition: opacity 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease; */
    transform-style: preserve-3d;
    will-change: transform;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
    transition-delay: 500ms !important;
}

.ht_preview_container.active {
    transition-delay: 0ms !important;
    opacity: 1 !important;
}

.ht_preview_container .gg_contextmenu {
    display: none !important;
}

.ht_preview_container #hotspots {
    cursor: pointer !important;
}

.customPos {
    top: calc(50% - 195px) !important;
}

.mw95{
    max-width: 95% !important;
}

.hauto{
    height: auto !important;
}