@media (max-width: 667px) {
	.splash_1{
		width:80%;
	}
	.splash_2{
		font-size:20px;
		font-weight:400;
		line-height:24px;
		padding:10px;
		background-color:rgba(0, 0, 0, 0.6);
	}
	.splash_2 .hline{
		color:#5f8;
		margin-bottom:10px;
	}	
	.movingimagebox{
		height:300px;
	}
}
@media (max-width:992px) and (min-width:668px) {
	.splash_1{
		width:70%;
	}
	.splash_2{
		font-size:24px;
		line-height:26px;
		padding:10px;
	}
	.splash_2 .hline{
		color:#5f8;
		margin-bottom:10px;
	}	
}