/*
Theme Name: Impreza
Description: Multi-Purpose WordPress Theme.
Version: 6.1.2
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
License: Themeforest Split Licence
License URI: -
Text Domain: us
Domain Path: /languages
*/

.g-cols.type_default .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.no-justify .wpb_wrapper {
    justify-content: flex-start !important;
}

.partner-carousel .usg_post_image_1 {
    height: auto !important;
}

.w-post-elm.post_image {
    position: relative;
    max-width: 470px;
    height: 0;
    padding-bottom: calc(290 / 470 * 100%);
}

.w-post-elm.post_image.stretched img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 900px) {
    .ult-new-ib {
        height: auto !important;
    }
    .ult-ib-effect-style13.ult-ib2-min-height img {
        max-width: none !important;
        height: 100%
    }
    .first_block_baner div.wpb_wrapper div.ult-new-ib {
        margin-bottom: 17px;
    }
    .second_block_baner div.wpb_wrapper div.ult-new-ib {
        margin-bottom: 17px;
    }
    .first_block_baner {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .second_block_baner {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .top_block .w-itext {
        font-size: 25px !important;
        line-height: 40px !important;
    }
}

@media screen and (max-width: 600px) and (min-width: 470px) {
    .w-post-elm.post_image {
        max-width: 600px;
    }
}