.media-tile {
	position: relative;
}

.media-tile__content {
	position: relative;
}

.media-tile__media {
	height: 450px;
}
	.media-tile__media > * {
		height: 100%;
	}
	.media-tile__media > .scEmptyImage {
		max-width: 100%;
		max-height: 100%;
		background-color: #ccc;
	}


.media-tile__caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.media-tile__caption-inner {
	position: absolute;
	right: 15px;
	bottom: 15px;
	max-width: 50%;
	/*padding: 10px 35px 10px 15px;*/
	color: #fff;
	text-align: left;
	border-left: 8px solid #9a258f;
	background-color: rgba(0, 39, 68, 0.75);
	z-index: 2;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 991px) {
	.media-tile__caption-inner {
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
	}
}


.media-tile__caption-inner a {
	color: #ffffff;
}


.media-tile__caption-inner h1 {
}
@media screen and (max-width: 768px) {
	.media-tile__caption-inner h1 {
		font-size: 1.9rem;
		margin-bottom: 0;
	}
}

.media-tile__caption-inner p {
	font-size: 1.25rem;
	font-weight: 300;
}
@media screen and (max-width: 768px) {
	.media-tile__caption-inner p {
		font-size: 1.1rem;
		margin-bottom: 0;
	}
}


.media-tile__controls { }