@media(max-width:480px) {

  .mobile-none {
    display: none;
  }

  #mainNav {
    position: unset;
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #mainNav .container {
    padding: 0 10px;
  }

  #mainNav .brandmark {
    padding: 0;

  }

  #mainNav .brandmark img {
    height: 32px;
  }

  #mainNav .switcher button,
  #mainNav .switcher a {

    padding: 3px 5px;
  }

  .subnav {
    position: sticky;
    height: auto;
    top: 0;

  }

  body.has-subnav main.screen.is-active {
    padding-top: 0
  }

  .mission {
    display: block !important;

  }

  .hub-stats {
    flex-direction: column;
    margin-top: 36px;
    padding-top: 16px;
  }

  #screen-hub .hero {
    min-height: auto;
  }

  .hub-hero-inner {
    padding-bottom: 20px;
  }

  .about-ring {

    right: 0;
  }

  .about-aegis {
    padding-top: 0;
  }

  .about-grid,
  .coe-grid,
  .part-cols,
  .val-grid,
  .timeline .tl {

    grid-template-columns: repeat(1, 1fr) !important;
  }

  .val-grid .val:nth-child(n+3) {

    border-bottom: 1px solid rgba(247, 241, 230, .14);
  }

  .coe {

    min-height: auto !important;
  }

  .coe h4 {
    margin-top: 20px !important;
  }



  #screen-sontay .hero-inner {
    padding-left: 30px;
    padding-right: 30px;

  }

  .foundation {
    flex-direction: column;
    ;
  }

  .foundation .fitem {
    width: 100%;

  }

  .net-map .n1 {
    top: 20%;
    left: 80px;
    right: auto;
  }

  .net-map .n2 {
    top: 20%;
    left: auto;
    right: 10px;
  }

  .net-map .n3 {
    bottom: 20%;
    top: auto;
    left: 80px;
  }

  .net-map .n4 {
   bottom: 20%;
        left: auto;
        right: 10px;
        top: auto;
  }
  .tstep:last-child .arrow{
    display: none;
  }
}