@media only screen and (min-width: 360px) {
	section.slide_show .carousel-caption {
		bottom: 25% !important;
		color: #fff;
		text-align: center;
	}

	section.slide_show .carousel-caption h1 {
		font-size: 26px;
		line-height: 24px !important;
		font-weight: 600;
		color: #ebcfa7;
	}

	section.aboutus {
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;

	}

	section.strategic {
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;

	}

	section.facilities {
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;

	}
}