/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://trypodholdings.com
Description: Child theme for Twenty Twenty-Five
Author: Trypod Holdings
Author URI: https://trypodholdings.com
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* Add your custom styles below this line */

/* Home page featured image - allow scaling down, but not up */
body, html {
    margin: 0;
    padding: 0;
}

main.wp-block-group {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100vh !important;
}

.home-featured-image-no-scale {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.home-featured-image-no-scale img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100vh !important;
    object-fit: contain !important;
}

