/* news */
#intros {
	background: url("images/overlay.png"), url("../../images/introsss.png");
	background-size: 256px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, bottom center;
	background-repeat: repeat, no-repeat;
}
/* news */
/* video */
#intross {
	background: url("images/overlay.png"), url("../../images/changed.png");
	background-size: 256px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, bottom center;
	background-repeat: repeat, no-repeat;
}
/* video */
@media screen and (max-width: 736px) {
	#intros {
		background: url("images/overlay.png"), url("../../images/mobile\ news\ banner.png");
		background-size: 593px 67vh;
		height: 100vh;
		background-position: top 10px center;
		background-repeat: repeat, no-repeat;
	}


}