article img.privacy {display:block; margin:10px 30px; float:left; border:0px solid #ddd; height:100px;
box-shadow:0 15px 10px -15px rgba(0,0,0,0.6);
}

section, article {display:block; padding:0; margin:0;}

section {width:100%; max-width:1000px; min-width:320px; height:680px; position:relative; margin:0 auto; background:#eee;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}

/* article {width:49%; height:300px; margin:0 1%; position:absolute; background:url(responsive-layout/content.png);*/

article {width:98%; height:650px; margin:1% 1%; position:absolute; background:#fff;
box-shadow:20px 20px 20px -15px rgba(0,0,0,0.6);
-webkit-transition:0.5s;
-moz-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}


article:nth-of-type(1) {left:0; top:0px; background:#fff;
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
}

@media only screen and (max-width:1024px) {
section {height:730px;}

article {width:98%;}
article:nth-of-type(1) {left:0; top:10px; height: 700px;}
}

@media only screen and (max-width:1000px) and (orientation:portrait) {
section {height:960px;}

article {width:98%;}
article:nth-of-type(1) {left:0%; top:10px; height: 930px;}
}

@media only screen and (max-width:1024px) {
section {height:720px;}

article {width:98%;}
article:nth-of-type(1) {left:0; top:10px; height: 690px;}
}
@media only screen and (max-width:960px) {
section {height:790px;}

article {width:98%;}
article:nth-of-type(1) {left:0%; top:10px; height: 760px;}
}
@media only screen and (max-width:800px) {
section {height:810px;}

article {width:98%;}
article:nth-of-type(1) {left:0%; top:10px; height:780px;}

@media only screen and (max-width:720px) {
section {height:900px;}

article {width:98%;}
article:nth-of-type(1) {left:0%; top:10px; height:870px;}


@media only screen and (max-width:640px) {
section {height:1060px;}

article {width:98%;}
article:nth-of-type(1) {left:0%; top:10px; height:1030px;}

@media only screen and (max-width:480px) {
section {height:1160px;}

article {width:98%;}
article:nth-of-type(1) {left:0%; top:10px; height:1130px;}
}
