html, body {
  overflow-x: hidden;
}

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

.container {
  box-sizing: border-box;
}