.k-vsg-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.k-vsg-item-wrap {
	flex: 0 0 32%;
	max-width: 32%;
	position: relative;
	margin-bottom: 60px;
}
@media ( max-width: 767px ) {
	.k-vsg-item-wrap {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
}
.k-vsg-flag-wrapper {
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 2;
}
.k-vsg-title-wrapper {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
}
.k-vsg-thumbnail-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 50%, rgba(0,0,0,0.9) 100%);
}
.k-vsg-load-more-wrap {
	text-align: center;
	margin-top: 24px;
}
.k-vsg-load-more {
	padding: 12px 25px;
	color: #fff;
	background: #542876;
	cursor: pointer;
	border-radius: 24px;
	border: 1px solid #542876;
}
.k-vsg-load-more:hover {
	color: #542876;
	background: #f0f0f0;
}