@media all and (max-width: 480px) {
.sidebar-second #content {
   width: auto;
   max-width: 400px;
}
}