/* public/js/front/components/Lifestyle.css
   Extracted from the (unscoped, global) <style> block in
   resources/js/index/components/Lifestyle.vue — included here as a plain sibling stylesheet
   since the CDN runtime string template has no mechanism to process <style> tags at all.
   Load this file via a <link rel="stylesheet"> tag in the Blade layout head. */
.aspect_img{
    aspect-ratio: 1 /1.05 !important;
}
.aspect_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
