
.row-poster {
    background-color:#fff;
	height:400px;
	border-bottom:1px solid #eee;
}
.row-poster-home {
    background-color:#E2FAFE;
	padding-top:150px;
	background-image:url('../images/illustration.jpg');
	/*opacity: 0.8; */
    background-size:auto 400px;
    background-repeat:no-repeat;
    background-position:50% 0px;
}
@keyframes animatedBackground{
	to { background-position:1512px 91px; }
}
@-webkit-keyframes animatedBackground{
	to { background-position:1512px 91px; }
}
.row-poster-pages {
    background-size:auto 600px;
	background-repeat:repeat-x;
	background-attachment:fixed;
    background-position:0 91px;
	animation:animatedBackground 60s linear infinite;
	-ms-animation:animatedBackground 60s linear infinite;
	-moz-animation:animatedBackground 60s linear infinite;
	-webkit-animation:animatedBackground 60s linear infinite;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}



@media (max-width:1139px) {
	.newspaper {
		-webkit-column-count:2; /* Chrome, Safari, Opera */
		-moz-column-count:2; /* Firefox */
		column-count:2;
		-webkit-column-gap:30px; /* Chrome, Safari, Opera */
		-moz-column-gap:30px; /* Firefox */
		column-gap:30px;
	}
	}
	
@media (max-width:1139px) {
	
	.row-poster-home {
		background-size:auto 406px;
	    /* background-position:50% 63px; */
	    height:360px;
	    padding-top:38px;
	}
	@keyframes animatedBackground{
		to { background-position:1184px 50px; }
	}
	@-webkit-keyframes animatedBackground{
		to { background-position:1184px 50px; }
	}
	.row-poster-pages {
	    background-size:auto 400px;
	    background-position:0 50px;
		height:360px;
	}
}
@media (max-width:480px) {
	
	.row-poster-home {
		/* background-position:50% 105px; */
	    background-size:auto 278px;
	    height:280px;
	    padding-top:30px;
	}
	@keyframes animatedBackground{
		to { background-position:828px 90px; }
	}
	@-webkit-keyframes animatedBackground{
		to { background-position:828px 90px; }
	}
	.row-poster-pages {
	    background-size:auto 280px;
	    background-position:0 90px;
		height:280px;
	}
}
@media (min-width:1140px) {
	

}
@media (min-width:991px) {
	
}