.product__explosionmarkerscontainer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product__explosionmarker{
    position: absolute;
    transition: all 0.3s ease;
    transform-origin: center center;
}

.product__explosionbackbutton{
    position: absolute;
    top:20px;
    left:20px;
    z-index: 100;
}

.product__explosionmarker--zoom{
    height: 56px;
    line-height: 50px;
    width: 56px;
}


.product__explosionmarker:hover{
    transform:scale(1.2);
}


.tablelink{
    opacity: 0;
    position: absolute;
    right:-1px;
    top:-1px;
    bottom:-1px;
    padding-left: 6px;
    padding-right: 6px;
    background: #0077c8;
    color:#fff !important;
    transition: opacity 0.3s ease;
    min-width: 32px;
    text-align: center;
}

.tablelink *{
    text-align: center;
}


.ajaxtable tr.hover .tablelink,
.ajaxtable tr:hover .tablelink{
    opacity: 1;
}

@media (max-width: 767.98px) {
    .product__explosionmarker{
        transform:scale(0.6);
    }
}