
 
.vb-element-story_carousel *{
	--vb-img-ratio:1;
 	--vb-gap: 20px;
	--vb-min-gap: 20px;
	--vb-global-ag:start;
 } 

body  .vb-post-story{
	 --dt-sp:var(--vb-img-sp,var(--vb-sp-m))!important;
	 
	--post-ag:var(--vb-layout-ag,var(--story-layout-ag))!important;
	--dt-ag: var(--vb-ag,var(--story-ag,start))!important;
  }

body .vb-post-story .vb-img-story {
	--img-wt: var(--vb-img-wt,var(--story-img-wt)) !important;
 	--img-mx-wt: var(--vb-img-mx-wt,var(--story-img-mx-wt)) !important;
 
	--img-rd:var(--vb-img-rd,1000px) !important;
	
	align-self: var(--post-ag,initial) !important;
	display: var(--post-display,flex) !important;
	--img-ratio: var(--vb-img-ratio,1); 
 --img-bg:linear-gradient(315deg,#e03d96,#7d4c9e);
  --img-pd:3px;
}
body .vb-post-story .vb-img-story img{
	border-radius:var(--vb-img-rd,1000px) ;


}

body .vb-post-story .vb-tl-title {
	--tl-fn-sz: var(--vb-tl-fn-sz,var(--vb-tl-sz,var(--vb-post-tl-fn-sz,var(--vb-h3-fn-sz))));
	--tl-fn-wt: var(--vb-tl-fn-wt,var(--vb-post-tl-fn-wt,700));
	--tl-li-ht: var(--vb-tl-li-ht,var(--vb-post-tl-li-ht,var(--vb-h3-li-ht)));
	--tl-cr: var(--vb-tl-cr,var(--vb-post-tl-cr,var(--vb-global-tl-cr)));
	
}

 
 

@media  (max-width: 1200px) {
	@container vb_aw (width <= 250px) {
		body  .vb-post-story .vb-txt-excerpt{
			 display:none !important;
		}
 	}
	@container vb_aw (width <= 120px) {
		body  .vb-post-story .vb-category-wrap{
			display:none !important;
		}
 	}
}  