#megaCont {
	display: none;
	width: 100%;
	height:100vh;
	background:url(transparent.png);
	position: absolute;

}

#pop-up {
	width: 150px;
	height: 300px;
	background-color: white;
	margin: 200px auto;
	display: block;
}
p {
	max-width: 250px;
	word-wrap: break-word;
}
#action {
	margin:auto;
	display: block;
	width:100px;
	height:50px;
}

.fixed {
width: 100%;
overflow: hidden;
max-height: 100vh;
position: fixed;
}
.fixed::-webkit-scrollbar {width: 0;}

body {
	margin: 0;
}

html {
	margin-left: calc(100vw - 100%);
    margin-right: 0;
}
#container {
	overflow: auto;
	height: 100%;
	position: fixed;
	width: 100%;
}
#container ::-webkit-scrollbar {
            width: 5px;
        }
#container ::-webkit-scrollbar-thumb {
            background: #f2f3f7;
            border-radius: 2px;
        }
#container ::-webkit-scrollbar-track-piece {
            background: #fff;
        }
#fixed-container{
	position: fixed;
	width: 100%
}