/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Custom child theme styles go below */

.swiper-slide-image {
    aspect-ratio: 4 / 2;
    object-fit: cover;
}

.swiper-slide-inner {
    line-height: 0 !important;
}