/* Cascading Style Sheet  - Background Styles */


.hero-0 {
	/* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: whitesmoke;
    background-image: url("../../lib/img/backgrounds/mockup-book-tablet.png")!important;
    min-height: 400px;
	opacity: 1;
}
@media screen and (max-width: 1279px) {
	.hero-0 {
		background-image: url("../../lib/img/backgrounds/mockup-book-tablet-1600.png")!important;
		background-position: right center!important;
	}
}
@media screen and (max-width: 1155px) {
	.hero-0 {
		background-image: url("../../lib/img/backgrounds/mockup-book-tablet-1600-redux.png")!important;
		background-position: right center!important;
	}
}
@media screen and (max-width: 1023px) {
    .hero-0 {
        background-image: none!important;
    }
}

.hero-7 {
	/* background-attachment: fixed; */
    background-image: url("../../lib/img/backgrounds/7.jpg")!important;
	background-position: left center;
	background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
	opacity: 0.75;
}


/* 
@media screen and (max-width: 1023px) {
    .hero-0, .hero-7 {
        background-attachment: scroll;
    }
}
 */
