#extraContainer2box {	  
background: url(../images/editable_images/image_1.jpg) center center;
background-repeat: no-repeat!important;
background-attachment: fixed!important;	
-webkit-background-size: cover!important;
-moz-background-size: cover!important;
-o-background-size: cover!important;
background-size: cover!important;
}
@media only screen and(max-device-width: 1280px) and (orientation: landscape) { 
#extraContainer2box {background-attachment: scroll !important;}
}
@media only screen and (max-device-width: 768px) and (orientation: portrait) { 
#extraContainer2box {background-attachment: scroll !important;}
}

@media only screen and(max-device-width: 1280px) and (orientation: portrait)  { /* galaxy and Nexus */			
/*#extraContainer2box { background: url(../images/editable_images/image_1.jpg) center center;}*/
#extraContainer2box {background-attachment: scroll !important;}
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) { /* galaxy and Nexus */	
/*#extraContainer2box { background: url(../images/editable_images/image_1.jpg) center center;}*/
#extraContainer2box {background-attachment: scroll !important;}
}
@media only and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332){ /* Nexus */	
/*#extraContainer2box { background: url(../images/editable_images/image_1.jpg) center center;}*/
#extraContainer2box {background-attachment: scroll !important;}
}