div#prodContain {
    width: 100%;
    max-width: 900px;
    height: 100%;
    max-height: 500px;
    position: relative;
    right: 0px;
}

#pointers {
    width: 100%;
    position: absolute;
    z-index: 20;
    -webkit-clip-path: inset(0 57% 0 43%);
    clip-path: inset(0 57% 0 43%);
    opacity: 0
}

#labels {
    width: 100%;
    position: absolute;
    z-index: 20;
    opacity: 0
}

#prodBase {
    width: 100%;
    z-index: 5
}

.pointers {
    opacity: 1 !important;
    -webkit-clip-path: inset(0) !important;
    clip-path: inset(0) !important;
    transition: all 3s ease-in-out;
    transition-delay: 0.9s
}

.labels {
    opacity: 1 !important;
    transition: all 2s ease-in-out;
    transition-delay: 1.5s
}


@media (max-width: 991px) {
    div#prodContain {
        right: 0px;
    }
}