@media only screen
and (min-device-width : 200px)
and (max-device-width : 1024px)  {
.containerstretch{background-attachment: scroll !important;
}
.outerarea{
margin-left:-10px;
margin-right:-10px;
padding-left:20px;
padding-right:20px;
}
}
