/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* Fix inconsistent news card image heights — query loop featured images */
.gb-media-513465e2 {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.gb-media-513465e2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Center Learn More button in news cards */
.gb-text-41bfe5b9 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}
