For some themes we use Revolution Slider with enabled Ken Burns Effect (Zoom-in and Zoom-out effect for the Slides background images). In case you want to disable that effect, it will require a small code change. Here are all of the necessary steps:
1. Login to your WordPress Admin Panel
2. Navigate to Left Menu -> Appearance -> Theme File Editor
3. Open functions.php file for edit
4. Find the following code:
data-kenburns="on"
and replace it with:
data-kenburns="off"
5. Save changes to the file