#svg-2 {
	display: none;
	position: relative;
}

.item {
	position: relative;
	width: 500px;
	max-width: 100%;
	margin: -360px 0 0 auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.item svg {
	padding: 10px;
}

.item__svg {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 550px;
	margin: 0 auto;
}

.item__clippath,
.item__deco,
.item__img {
	transform-origin: 50% 50%;
}

.item__meta {
	position: absolute;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}





.item__meta h2:after {
	display: none !important;
}

.item__specimen {
	font-size: 5em;
	font-weight: 500;
	line-height: 0.9;
	vertical-align: text-bottom;
	letter-spacing: -0.025em;
}

.item__reference {
	font-size: 1.25em;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.item__title {
	width: 100%;
	text-align: center;
	font-weight: 800 !important;
}

.item__subtitle {
	max-width: 70%;
	font-size: 22px;
	text-align: center;
	color: #585858;
	line-height: 38px;
}

/* Individual styles */

.item--style-1 .item__deco {
	/* fill: #68b8f8; */
	/* fill: #f4f4f4; */
	fill: rgba(84, 206, 216, 0.48);
}

.shadow-svg {
	-webkit-filter: drop-shadow(8.452px 18.126px 38px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(8.452px 18.126px 38px rgba(0, 0, 0, 0.15));
}

@media (max-width: 1199px) {}

@media screen and (max-width: 991px) {
	#svg-1 {
		display: none;
	}
	#svg-2 {
		display: block;
		margin-bottom: 40px;
	}
	#svg-2 img {
		transform: scale(1.3);
	}
	.item__title {
		font-size: 18px;
		margin-bottom: 0;
	}
	.item__subtitle {
		font-size: 18px;
		line-height: 28px;
	}
	.li-resp-header .panel-grid-cell:last-child {
		margin-top: -200px !important;
	}
}

@media screen and (max-width: 768px) {}

@media (max-width: 767px) {}

@media (max-width: 575px) {
	.li-resp-header .panel-grid-cell:last-child {
		margin: 20px auto 0 auto !important;
	}
	.item {
		margin: -140px auto 0 auto;
		width: 380px;
		max-width: 100%;
	}
	#svg-2 img {
		transform: scale(1.2);
	}
}

@media (max-width: 450px) {
	.li-resp-header .panel-grid-cell:last-child {
		margin: 30px auto 0 auto !important;
	}
	#svg-2 {
		margin-bottom: 30px;
		margin-top: -40px;
	}
	#svg-2 img {
		transform: scale(1.2);
        height: auto;
        left: -16%;
        max-width: 140%;
        position: relative;
	}
	.item__title {
		font-size: 18px;
		margin-bottom: 0;
	}
	.item__subtitle {
		font-size: 18px;
		line-height: 28px;
	}
    .item__meta {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        left: 0;
        margin: 0 auto; 
        place-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    .item__subtitle {
	    max-width: 90%;
    }
}