﻿/* hide scrollbar but allow scrolling */
/*body {
    overflow-y: hidden;*/ /* Hide vertical scrollbar */
    /*overflow-x: hidden;*/ /* Hide horizontal scrollbar */
/*}*/

.responsive {
    max-width: 100%;
    height: auto;
}