@media (max-width: 768px) {
	.text-first .col1{
		order: 1;
	}
	.text-first .col2{
		order: 0;
	}
	.item-row{
		flex-direction: column !important;
	}
	.parallax-window,
	.videoWrapper{
		min-height: 400px;
	}
	.logo img{
		width: 80px;
	}
}