/*
Theme Name: Hello Elementor Child
Theme URI: https://erandigital.co.il/
Description: Child theme for Hello Elementor.
Author: Eran Digital
Author URI: https://erandigital.co.il/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

/* Custom CSS goes here */

.elementor-posts-container .elementor-post__thumbnail img {
    height: 100%;
    left: calc(50% + 1px);
    position: absolute;
    top: calc(50% + 1px);
    transform: scale(1.01) translate(-50%, -50%);
    object-fit: cover;
}