.list-app .w_thumb i {
	font-size: 32px;
}

.videos {
	background-color: #f0f8ff;
	padding-bottom: 30px;
}

.videos__title {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	font-family: 'helveticaneue-bold';
}

.videos-slider {
	max-height: 500px;
}

.videos-slider__item {
	text-align: center;
}

.videos-slider__item video {
	max-width: 100%;
	max-height: 500px;
}

@media (max-width: 768px) {
	.videos__title {
		font-size: 26px;
		line-height: 34px;
	}
}

.mob-cta-button {
	padding: 40px;
	text-align: center;
	background-color: aliceblue;
}

@media (min-width: 768px) {
	.mob-cta-button {
		display: none;
	}
}

.sticky-button {
	position: sticky;
	bottom: 0;
	display: none;
	padding: 20px;
	text-align: center;
	background-color: aliceblue;
}

.sticky-button.visible {
	display: block;
}

@media (min-width: 769px) {
	.sticky-button {
		display: none;
	}

	.sticky-button.visible {
		display: none;
	}
}

.promo-wrapper {
	display: flex !important;
	align-items: center !important;
}

@media (max-width: 769px) {
	.promo-wrapper {
		flex-direction: column !important;
	}

	.promo-wrapper .col-right {
		margin-bottom: 30px;
	}
}
