/* 
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
*/

.site-header + .elementor {
    min-height: calc(100vh - 320px);
}

.ff-layout-grid .ff-has-overlay .ff-img-landscape img {
    min-height: 198px !important;
}

.ff-layout-grid .ff-has-overlay .ff-img-portrait img {
    min-height: 198px !important;
}

#ff-stream-1 .ff-ad .ff-item-cont {
    height: 188px !important;
    overflow: hidden !important;
}

#ff-stream-1 .ff-has-overlay .ff-img-holder {
    height: 188px !important;
}

#ff-stream-1 .ff-has-overlay .ff-item-cont {
    height: 188px !important;
}

body .ff-layout-carousel.ff-stream {
    min-height: 198px !important;
    max-height: 198px !important;
}

.ff-layout-grid .ff-has-overlay .ff-img-landscape img {
    object-fit: contain;
    background: #030314;
    height: 100%;
}
.ff-layout-grid .ff-has-overlay .ff-img-portrait img {
    object-fit: contain;
    background: #030314;
    height: 100%;
}

.ff-truelayout-carousel .ff-item {
    box-sizing: border-box;
    max-width: 33.333%;
    overflow: hidden;
}

.ff-truelayout-carousel .picture-item__inner {
    box-sizing: border-box;
    padding: 5px;
}

body .ff-layout-carousel.ff-stream {
    overflow: hidden;
}

@media screen and (min-width: 991px) {
    .ff-layout-grid .ff-has-overlay .ff-img-landscape img {
        min-height: 327px !important;
    }

    .ff-layout-grid .ff-has-overlay .ff-img-portrait img {
        min-height: 327px !important;
    }

    #ff-stream-1 .ff-ad .ff-item-cont {
        height: 307px !important;
        overflow: hidden !important;
    }

    #ff-stream-1 .ff-has-overlay .ff-img-holder {
        height: 307px !important;
    }

    #ff-stream-1 .ff-has-overlay .ff-item-cont {
        height: 307px !important;
    }

    body .ff-layout-carousel.ff-stream {
        min-height: 327px !important;
        max-height: 327px !important;
    }
}
