@media only screen { 
	.tall-tile-wrapper {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 30px 25px 0;
	}
	.tall-tile-wrapper .tall-tile {
		position: relative;
		width: 100%;
		margin: 0 5px 20px;
	}
	.tall-tile-wrapper .tall-tile .tile-section {
		height: 30px;
		font-weight: 500;
		text-transform: uppercase;
		text-align: center;
		color: black;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper {
		position: relative;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper img {
		width: 100%;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-gradient {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		/*
		background: -webkit-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background:    -moz-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background: 	-ms-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background: 	 -o-linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		background: 		linear-gradient(37deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 50%);
		*/

		background: -webkit-linear-gradient(0deg, RGBA(143,0,255,.9) 0%, RGBA(143,0,255,0) 60%);
		background:    -moz-linear-gradient(0deg, RGBA(143,0,255,.9) 0%, RGBA(143,0,255,0) 60%);
		background: 	-ms-linear-gradient(0deg, RGBA(143,0,255,.9) 0%, RGBA(143,0,255,0) 60%);
		background: 	 -o-linear-gradient(0deg, RGBA(143,0,255,.9) 0%, RGBA(143,0,255,0) 60%);
		background: 		linear-gradient(0deg, RGBA(143,0,255,.9) 0%, RGBA(143,0,255,0) 60%);
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-content {
		position: absolute;
		bottom: 30px;
	    margin: 0 20px;
		color: white;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper a {
		color: white;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-title {
		margin-bottom: 10px;
		text-transform: uppercase;
		color: white;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-subtitle {
		display: none;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .arrowWrapper .arrowText {
		font-size: 16px;
		line-height: 16px;
		text-transform: uppercase;
		letter-spacing: 0;
	}
	.tile-link-button {
		position: relative;
		display: flex;
		justify-content: center;
		margin: 15px 0 40px;
	}
	.tall-tile-wrapper button.slick-arrow {
		display: block;
	    top: 25%;
		height: 98px;
		width: 29px;
		margin: 0;
		background-color: rgba(0, 0, 0, 0.5);
		background-position: 1px 5px;
		background-repeat: no-repeat;
		z-index: 9;
	}
	.tall-tile-wrapper button.slick-arrow:before {
		content: '';
	}
	.tall-tile-wrapper button.slick-arrow.slick-prev {
		left: -25px;
		background-image: url(/includes/public/assets/images/tallLeft.png);
	}
	.tall-tile-wrapper button.slick-arrow.slick-next {
		right: -25px;
		background-image: url(/includes/public/assets/images/tallRight.png);
	}
	.tall-tile-wrapper .slick-dots {
		bottom: -15px;
		margin: 0 auto;
	}
	.tall-tile-wrapper .slick-dots li button:before {
		font-size: 14px !important;
		padding-top: 5px;
	}
}
@media only screen and (min-width: 40.063em) {
	.tall-tile-wrapper .tall-tile {
		width: 45vw;
		margin: 0 10px 20px;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-title {
		margin-bottom: 10px;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-subtitle {
		display: block;
		margin-bottom: 10px;
		font-family: Oswald, sans-serif;
		font-weight: 400;
		font-size: 18px;
		line-height: 20px;
		text-transform: uppercase;
	}
	.tall-tile-wrapper button.slick-arrow {
	    top: 35%;
		width: 47px;
		height: 108px;
		background-color: transparent;
		background-position: 10px 10px;
	}
	.tall-tile-wrapper:hover button.slick-arrow {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.tall-tile-wrapper button.slick-arrow.slick-prev {
		left: 50px;
	}
	.tall-tile-wrapper button.slick-arrow.slick-next {
		right: 50px;
	}
}
@media only screen and (min-width: 64.063em) {
	.tall-tile-wrapper .tall-tile {
		width: 22vw;
	}
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-title {}
	[data-404-chosen] .tall-tile-wrapper .slick-dots {
		text-align: right;
	}	
}
@media only screen and (min-width: 1400px) {
	.tall-tile-wrapper .tall-tile .tile-wrapper .tile-title {}
}
