body {
  line-height: 1.5 !important;
}
.img-src {
  position: fixed;
  background-position: center;
  -webkit-background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.blurred-img {
  opacity: 0;
}

.article {
  width: 500px;
  height: 1000px;
}



/* iPads */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
	.img-src {
		background-position: 0px 279px;
	}
}

