
img {
	width: 100%;
	/*max-width: 100%; */
	height: auto;
}
html {
	-ms-overflow-style: -ms-autohiding-scrollbar;
    /* overflow: scroll;
    overflow-x: hidden; */
}

::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

svg {
	preserveAspectRatio="none";
}