@media only screen and (max-width: 700px) {
	.boxed_half {
		width: 100%;
		height: unset;
	}

	.boxed_container {
		width: 90vw;
		margin-left: 5vw;
	}

	.boxed_half.img_box.left {
		height: 50vh;
		position: relative;
	}

	.boxed_half.text_box {
		width: 90%;
		position: relative;
		padding: 0;
		float: left;
		margin-left: 5%;
		margin-bottom: 30px;
	}

	.tile {
		width: 100%;
		padding-top: 0;
		margin-left: 0;
	}

	.tile > .tile_box {
		text-align: center;
	}

	.tile.left {
		margin-right: 0%;
	}

	.tile.right {
		margin-left: 0%;
	}

	.tile_box {
		margin-top: 45%;
	}

	.boxed_half.img_box {
		width: 90%;
		margin-left: 10%;
	}

	.mobile_only {
		display: inline-block;
	}

	.desktop_only {
		display: none;
	}

	#banner_1,
	#banner_2 {
		background-attachment: scroll;
	}

	.absolute_text_block {
		width: 90%;
	}

	.middle_text_container {
		width: 90vw;
		margin: auto;
	}

	.middle_text_container > p > br {
		display: none;
	}

	.text_img_variation_1 {
		height: auto;
		margin-bottom: 50px;
	}

	.text_img_variation_1 > .image,
	.text_img_variation_1 > .text {
		position: relative;
		clear: both;
		float: unset;
		transform: unset;
		text-align: center;
		width: 100%;
	}

	.text_img_variation_1 > .image {
		padding-bottom: 135%;
	}

	#top_top_scroller {
		display: none!important;
		right: 0 !important;
		bottom: 50px;
		cursor: pointer;
	}
}
