/***************************************
Theme Name: Rehub Child
Theme URI: https://themeforest.net/item/rehub-directory-multi-vendor-shop-coupon-affiliate-theme/7646339
Template: rehub-theme
Description: A Hybrid magazine/shop/review/news Wordpress Theme
Author: Wpsoul
Author URI: https://wpsoul.com/
Version: 19.8.1
Tags: two-columns, fluid-layout, custom-background, threaded-comments, translation-ready, custom-menu
License: 
License URI:
Text Domain: rehub-child
***************************************/


/* Make carousel image full width */
.carousel-style-fullpost .re_carousel .owl-item figure img {
    height: 200px;
    object-fit: cover;
    width: 100% !important;
}

.carousel-style-fullpost .re_carousel .owl-item figure iframe {
    height: 200px;
}

.carousel-style-fullpost .re_carousel .owl-item figure .video-container {
    margin-bottom: 0;
}

/* Make categories pages images bigger */
.list_woo .rh_grid_image_3_col {
    grid-template-columns: 2fr 3fr auto;
}

.list_woo .rh_gr_img_first figure {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 240px;
}

.list_woo .rh_gr_img_first figure img {
    border-radius: 5px;
    height: 100%;
    max-height: 240px;
    object-fit: cover;
    width: 100% !important;
}

.list_woo .rh_gr_img_first figure iframe {
    max-height: 240px;
    height: 240px;
}

/* Make products pages images bigger */
.top-woo-area .rh_videothumb_link img,
.top-woo-area .woo-image-part img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}