@media(max-width: 1100px){

  #layout {
    margin: 0 20px;
    width: auto;
  }

  #footer-sections {
    width: auto;
    margin: 0;
  }
}

@media(max-width: 900px){

  .mobile-only {
    display: block;
  }

  header #logo {
    width: 200px;
    height: 56px;
  }
  #header-right {
    display: none;
  }

  nav {
    height: 3px;
  }
  nav ul {
    display: none;
  }

  .content-badge {
    max-width: 80px;
    height: auto;
  }
}

@media(max-width: 775px){

  .home-sections {
    grid-template-columns: 1fr 1fr;
  }
  .home-tag {
    font-size: 16px;
  }
}

@media(max-width: 700px){

  .content-badge {
    display: none;
  }
}

@media(max-width: 400px){

  .home-sections {
    grid-template-columns: 1fr;
  }
}
