.sr-page-container {
	height: 100%;
	width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.sr-responsive-menu-mainmenu {
    display: none;
}

.sr-responsive-menu .header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: gray;
    z-index: 1003;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.sr-responsive-menu .overlay {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: orange;
    z-index: 1000;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.sr-responsive-menu .animate {
    display: none;
    z-index: 1001;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.sr-responsive-menu .content {
    position: absolute;
    z-index: 1002;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
