.cball-counter {
	width: 100%;
	position: relative;
}

.cball-grid {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	padding: 0 40px;
	position: absolute;
	top: 0;
	left: 0;
}

.cball-column {
	position: relative;
}

.cball-bg {
	width: 100%;
}

.cball-balloon {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}

.cball-balloon-1 {
	width: 130px;
	height: 130px;
	right: 0;
	top: 20%;
}

.cball-balloon-2 {
	width: 100px;
	height: 100px;
	bottom: -5%;
	left: 20%;
}

.cball-balloon-3 {
	width: 115px;
	height: 115px;
	left: 20%;
	top: 10%;
}

.cball-balloon-4 {
	width: 80px;
	height: 80px;
	bottom: -5%;
	left: 20%;
}

.cball-balloon-5 {
	width: 130px;
	height: 130px;
	top: 30%;
}

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

	.cball-bg,
	.cball-balloon {
		display: none;
	}

	.cball-balloon-2 {
		right: 0;
		left: auto;
	}

	.cball-balloon-3 {
		left: -40%;
	}

	.cball-balloon-4 {}
}