/*
Theme Name: Wilderness Health
Theme URI: https://the7.io/
Description: Child theme for The7.
Author: Robert
Template: dt-the7
Version: 1.0.0
Text Domain: kero-creative
*/

/* Add your custom CSS below this line */
.aspect-half img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
}

.aspect-square img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}