*, *::before, *::after { box-sizing: border-box; }

html, body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden !important;
}

img, svg, video, canvas, picture, iframe, embed, object {
  max-width: 100%;
  height: auto;
}

img, video, iframe, embed, object { display: inline-block; }

table { max-width: 100%; }

pre, code, kbd, samp, textarea {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

p, li, dd, dt,
h1, h2, h3, h4, h5, h6,
blockquote, figcaption, label, small, span, a, b, strong, em, td, th {
  overflow-wrap: break-word;
  word-break: break-word;
}

#wrapper, .vpg-wrap, .vpg-container { max-width: 100% !important; }

@media (max-width: 480px) {
  html, body { overflow-x: hidden !important; }
  img, svg, video, canvas, picture, iframe, embed, object { max-width: 100%; }
}

@media (max-width: 360px) {
  html, body { overflow-x: hidden !important; }
}
