#wrap {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    min-height: 100%;
    color: rgb(58,58,58);
}
#wrap::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.bgwidth { width: 100%; }

.bgheight { height: 100%; }