.t3-wrapper {
    background-attachment: fixed, scroll;
    background-image: url("../../../images/top_bg.png"), url("../../../images/bottom_bg.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
	background-color: #eaeaea;
}

@media (max-width: 767px) {
.t3-wrapper {
background-attachment: scroll, scroll;
/* background-image: url("../../../images/top_bg.png"), url("../../../images/bottom_bg.png"); */
background-position: left -400px, right 105%;
/* background-repeat: no-repeat, no-repeat; */
/* background-color: #eaeaea; */
}
}