/*
 *	Podium Experience Section
 */

.podium-experience-section {
	position: relative;
	z-index: 2;
}

.podium-experience-section .podium-experience-content {
	position: relative;
	z-index: 3;
	padding-bottom: 20px;
}

.podium-experience-section .podium-experience-content .title {
	margin-top: 40px;
}

.podium-experience-section .podium-experience-content .heading {
	margin-top: 10px;
}

.podium-experience-section .blip-canvas .point {
	display: none;
}



@media( min-width: 640px )  {}
@media( min-width: 1040px ) {

	.podium-experience-section .podium-experience-content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}

	.podium-experience-section .podium-experience-content .title {
		margin-top: 0;
	}

	.podium-experience-section .blip-canvas .point {
		display: block;
	}
	.podium-experience-section .slick-blip {
		display: none;
	}

}
@media( min-width: 1380px ) {}