/* Minor responsive repairs and overflow safety */
img {
    max-width: 100%;
    height: auto;
}
body {
    overflow-x: hidden;
}
