.body:not(.stories) h2{
	color:#094668;
	background-image:url(/img/zikim_title1.png);
	background-size: 100% 100%;
	display:inline-block;
	padding:13px 23px 17px;
}

#shirion{
	margin:80px 0 120px;
	background-image:url(/img/units_bgr.png);
	background-size:100% 100%;
	color:#094668;
	width:820px;
	padding:50px 110px 100px;
	text-align:center;
}

#shirion h1{
	background-image:url(/img/title_home3.png);
	background-size:100% 100%;
	display:table;
	font-size:26px;
	padding:9px 15px 12px 23px;
}

#shirion p{
	text-align:right;
	font-size:23px;
	line-height:30px;
	margin-bottom:40px;
}

#shirion .photo-frame{
	border-width:15px;
}

#shirion nav{
	display:inline-block;
	width:100%;
	margin-top:50px;
}

#shirion nav .photo-frame:first-child{
	margin-left:-90px;
	float:left;
	transform:rotate(-3deg);
}

#shirion nav .photo-frame:last-child{
	margin-right:-90px;
	float:right;
	transform:rotate(3deg);
}

.video-frame span{
	text-align:center;
}

.video-frame span h1{
	display:inline-block;
}

.video-frame p{
	color:#fff;
	margin:0 0 60px;
	font-size:24px;
	padding:0 100px;
	line-height:34px;
}

@media only screen and (max-width:800px){
	#shirion{
			background:#fff;
			border-radius:20pt;
			padding:4% 5% 7%!important;
			margin:7% 0 10%;
			width:80%!important;
			text-align:right;
	}

	#shirion p,
	#shirion h1{
		font-size:17pt;
	}

	#shirion nav{
		margin-top:0;
	}

	.video-frame p{
		padding:0;
		font-size:15pt;
		margin:0;
	}

	div .photo-frame{
		width:92%;
		margin:13pt 0!important;
		float:none!important;
	}
}