@charset "UTF-8";
/*
Theme Name: welcart_basic Child
Theme URI:
Description:
Template: welcart_basic
Author:
Author URI:
Version:
*/
@import url(assets/css/style.css);

body .c-post-card figure img{
	    /* height: 100%; */
    aspect-ratio: 3 / 2;
    -o-object-fit: cover;
    /* object-fit: cover; */
    /* position: absolute; */
    /* top: 0; */
    /* transition: 0.3s; */
    /* width: 100%; */
    max-width: 170px;
    /* z-index: 1; */
}

body .p-post-items{
	display:block;
	
}
