@media screen and (max-width: 980px) { .sidebar { widh: 100%; } .ads { display: none; } } @media screen and (max-width: 600px) { .sidebar { widh: 100%; } .ads { display: none; } } @media screen and (max-width: 400px) { .sidebar { widh: 100%; } .ads { display: none; } }