/* ===== Responsive Styles =====================================================
   Author: Dan Mitchell / Vitamin Cornwall
   ========================================================================== */


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

	.cursor {
		display: none !important;
	}
	
	.part-1 {
	}
	
	.part-1 .layer {
		background-attachment: inherit;
	}
	
	.part-1 .layer--2 .inner{
	  font-size: 60%;
	}

	.textimagescroll_1 .textimagescroll__text{
	  font-size: 48%;
	}

	.textimagescroll__bgitem .inner{
	  --size: 73vw;
	}

	.centralbox__text{
	  font-size: 10vw;
	}

	.tiles__wrap {
		width: 150%;
		height: 120vw;
	}

	.tiles__text{
	  line-height: 1;
	  font-size: 70%;
	}

	.lerp__image--1 {
		left: 10vw;
		top: 5vh;
		width: 42vw;
		height: 46vw;
	}

	.lerp_1 .lerp__image--2 {
		width: 28vw;
		height: 33vw;
	}

	.lerp_1 .lerp__image--3 {
		width: 56vw;
		height: 65vw;
	}

	.justtext__inner {
		font-size: 5vh;
	}

	.horizontalscreens {
		height: 50vh;
	}

	.horizontalscreens .block .image {
		background-size: 210%;
		background-position: top center;
	}

	.textimagescroll_2 .textimagescroll__text{
	  font-size: 49%;
	}

	.textimagescroll_2 .textimagescroll__bgitem .inner {
		--size: 59vw;
	}

	.textimagescroll_3 .textimagescroll__text{
	  font-size: 49%;
	}

	.layer--19 .inner{
	  font-size: 150%;
	}

}

