Zoom effect on image hover

Add this code to the Custom CSS field on the Style tab of your Pricing Table widget’s settings:

.eapps-pricing-table-column-inner {
overflow: hidden;
}

.eapps-pricing-table-column-picture-container {
transition: 0.5s;
}

.eapps-pricing-table-column-picture-container:hover {
transform: scale(1.3);
}