
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    padding: 10px;
  }

  .container, .content, .main, .wrapper {
    width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  nav, footer, header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sidebar, .aside {
    display: none !important;
  }
}
