/*
Theme Name: Hoteller Child
Theme URI: https://themes.themegoods.com/hoteller/landing
Description: Premium Photography WordPress Theme
Version: 1.0
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: hoteller
Template: hoteller
*/

.mg-mphb-elementor-gallery {
    column-count: 3;
    column-gap: 16px;
}

.mg-mphb-gallery-item {
    display: block;
    break-inside: avoid;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 12px;
}

.mg-mphb-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.mg-mphb-gallery-item:hover img {
    transform: scale(1.04);
}

@media (max-width: 1024px) {
    .mg-mphb-elementor-gallery {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .mg-mphb-elementor-gallery {
        column-count: 1;
    }
}