.sidebar{ position:absolute;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.sidebar{ position:inherit;}
}
@media only screen and (max-width: 479px) {
.sidebar{ position:inherit;}
}