.banner-img1 {
	background-image: url("../resources/images/splash2.png");
}

.banner-img2 {
	background-image: url("../resources/images/splash2.png");
}

.banner-content {
	width: calc(100vw - 15px);
	height: 100%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	color: #FFF;
}

@media only screen and (max-width: 600px) {
	.banner-title {
		font-weight: bold;
		font-size: 23px;
		text-shadow: 3px 3px #000011;
	}
	.banner-subtitle {
		font-weight: bold;
		font-size: 11px;
		text-shadow: 2px 2px #000011;
	}
	.banner-image {
		width: 100px;
	}
}

@media only screen and (min-width: 601px) {
	.banner-title {
		font-weight: bold;
		font-size: 43px;
		text-shadow: 3px 3px #000011;
	}
	.banner-subtitle {
		font-weight: bold;
		font-size: 23px;
		text-shadow: 2px 2px #000011;
	}
	.banner-image {
		
	}
}