.layout {
  min-width: 1200px;
  overflow: hidden;
}

@media only screen and (max-width : 480px) {
  .layout {
    min-width: 100%;
  }
}