.bannerBg {

	height: 100vh;
	min-height: 640px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerBaslik p {

	position: absolute;
	left: 9%;
	top: 55vh;
	text-align: left;
	letter-spacing: 0;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
}

.bannerAsagiOk {

	position: absolute;
	left: 0;
	top: 90%;
	width: 100%;
	text-align: center;
}

#haberIcBanner {

	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 30%;
}

.bannerHaberIcBaslik p {

	position: absolute;
	top: 37vh;
	text-align: left;
	letter-spacing: 0;
	color: #FFFFFF;
	font-size: 35px;
	font-weight: 100;
}

.haberIcBaslik {

	letter-spacing: 0;
	color: #006EBD;
	font-size: 20px;
}

