
@media (min-width: 900px){

  body{

    overflow-x:hidden !important;

  }

  .wrap,

  .container,

  .page,

  main{

    width:100% !important;

    max-width:1180px !important;

    margin-left:auto !important;

    margin-right:auto !important;

  }

  section,

  .card,

  .panel,

  .hero,

  .module,

  .screen{

    max-width:980px !important;

    margin-left:auto !important;

    margin-right:auto !important;

  }

  .bottom,

  nav.bottom,

  .tabbar,

  .nav-bottom{

    max-width:720px !important;

    left:50% !important;

    right:auto !important;

    transform:translateX(-50%) !important;

  }

  img,

  video,

  canvas{

    max-width:100% !important;

  }

}

