html,
body {
	background-attachment:fixed;
	background-position:50% 50%;
	background-size:cover;
	margin:0;
	padding:0;
	background-image:url(../img/syria4f.jpg);
    background-color: #d2e4f3;
     width: 100%;
  height: 100%;
 overflow-x:hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  background-position-x: 50%;
  background-50sition-y: 50%;
  -webkit-animation: zoomin 1s linear;
  animation: zoomin 1s linear;
  animation-fill-mode: forwards;
}
.bg-pic 
{
	background-image:url(../img/syria4f.jpg);
    background-color: #d2e4f3;
     width: 100%;
  height: 100%;
 overflow-x:hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  background-position-x: 50%;
  background-50sition-y: 50%;
  -webkit-animation: zoomin 1s linear;
  animation: zoomin 1s linear;
  animation-fill-mode: forwards;
}