.article-details img, .com-content-article__body img, table img {
    transition: transform 0.3s ease-in-out !important;
}
.article-details img:hover, .com-content-article__body img:hover, table img:hover {
    transform: scale(3) !important;
    position: relative;
    z-index: 99;
}