.label-card-cenitStandardPrimary{
	position: absolute !important;
	width: auto;
	height:35px;
	padding: 5px 15px 5px 10px;
	font-size: var(--font-size-base);
	margin-right: 0px;
	color: var(--white);
	border-left: 0;
	top: -35px;
	right: 0px;
	background-color: var(--primary);	
	font-weight:400;
}
.label-card-cenitStandardPrimary:before{
	content: " ";
	position: absolute;
	display: block;
	height: 36px;
	top: 0px;
	left: -25px;
	z-index: 100;
	border-left: 25px solid var(--primary);
	transform-origin: bottom left;
	-ms-transform: skew(-25deg, 0deg);
	-webkit-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}
.card-body-cenitStandardWhite{
	position:relative;
	
} 
.label-card-cenitStandardWhite{
	position: absolute !important;
	width: auto;
	height:36px;
	padding: 5px 15px 5px 10px;
	font-size: var(--font-size-base);
	color: var(--black);	
	border-left: 0;
	top: -35px;
	right: 0px;
	background-color: var(--white);	
	font-weight:400;
	float:right;
	border-bottom: 1px solid white;
}
.label-card-cenitStandardWhite:before{
	content: " ";
	position: absolute;
	height: 36px;
	top: 0px;
	left: -25px;
	z-index: 100;
	border-left: 25px solid var(--white);
	transform-origin: bottom left;
	-ms-transform: skew(-25deg, 0deg);
	-webkit-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}
.card-left-picture-mobile{
		display:none;
	}
.label-card-cenitStandardWhiteRow{
	position: absolute !important;
	width: auto;
	height:36px;
	padding: 2px 15px 1px 10px;
	font-size: var(--font-size-base);
	margin-right: 0px;
	color: var(--black);
	border: 3px solid var(--white);
	border-left: 0;
	bottom: 0px;
	right: 0px;
	background-color: var(--white);	
	font-weight:400;
}
.label-card-cenitStandardWhiteRow:before{
	content: " ";
	position: absolute;
	display: block;
	height: 35px;
	bottom: -3px;
	left: -25px;
	z-index: 100;
	border-left: 25px solid var(--white);
	transform-origin: bottom left;
	-ms-transform: skew(-25deg, 0deg);
	-webkit-transform: skew(-25deg, 0deg);
	transform: skew(-25deg, 0deg);
}