/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.box-11-c img
{
	aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100% !important;
    height: auto !important;
    display: block;
}

.box-11 img,
.box-21 img,
.box-12 img,
.box-32 img,
.box-23 img,
.box-43 img,
.box-34 img,
.box-169 img,
.box-916 img {
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
    display: block;
}

.box-11 img {
    aspect-ratio: 1 / 1;
}

.box-21 img {
    aspect-ratio: 2 / 1;
}

.box-12 img {
    aspect-ratio: 1 / 2;
}

.box-32 img {
    aspect-ratio: 3 / 2;
}

.box-23 img {
    aspect-ratio: 2 / 3;
}

.box-43 img {
    aspect-ratio: 4 / 3;
}

.box-34 img {
    aspect-ratio: 3 / 4;
}

.box-169 img {
    aspect-ratio: 16 / 9;
}

.box-916 img {
    aspect-ratio: 9 / 16;
}