.container {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}