.Frosted_Glass::before{
	background:url(./Link_Manager.php?Link=Image/Desktop&Type=svg) 0 / cover fixed !important;
	background-color:#fff;
	background-size:250px !important;
    background-repeat:no-repeat !important;
	background-position:center !important;
}

@media (max-width: 800px){
	.Frosted_Glass{
		padding-top:20px;
		padding-bottom:30px;
		width:100%;
		height: 100%;
		border-radius: 0px;
	}
}@media (min-width: 801px){
	.Frosted_Glass{
		margin:25px auto 5px auto;
		padding:5px;
		width: calc(100% - 100px);
		height: calc(100% - 30px);
		border-radius: 10px;
	}
}

.Frosted_Glass{
	position: relative;
    background-color: rgba(245, 245, 245, 1);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	z-index: 0;
    overflow: hidden;
	overflow-y: auto;
	scroll-snap-type: y mandatory;
}
	.Frosted_Glass *{
		scroll-snap-align: center;
	}
.Frosted_Glass::before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
    filter: blur(10px);
    z-index: -1;
}
.Frosted_Glass::-webkit-scrollbar{
	width: 0px;
	height: 0px;
	background: rgba(220, 220, 220, 1);
	border-width: 0px;
}

/*
	linear-gradient(45deg,
		#f44336 calc(6.25% * 0),	#f44336 calc(6.25% * 1),
		#e91e63 calc(6.25% * 1),	#e91e63 calc(6.25% * 2),
		#9c27b0 calc(6.25% * 2),	#9c27b0 calc(6.25% * 3),
		#673ab7 calc(6.25% * 3),	#673ab7 calc(6.25% * 4),
		#3f51b5 calc(6.25% * 4),	#3f51b5 calc(6.25% * 5),
		#2196f3 calc(6.25% * 5),	#2196f3 calc(6.25% * 6),
		#03a9f4 calc(6.25% * 6),	#03a9f4 calc(6.25% * 7),
		#00bcd4 calc(6.25% * 7),	#00bcd4 calc(6.25% * 8),
		#009688 calc(6.25% * 8),	#009688 calc(6.25% * 9),
		#4caf50 calc(6.25% * 9),	#4caf50 calc(6.25% * 10),
		#8bc34a calc(6.25% * 10),	#8bc34a calc(6.25% * 11),
		#cddc39 calc(6.25% * 11),	#cddc39 calc(6.25% * 12),
		#ffeb3b calc(6.25% * 12),	#ffeb3b calc(6.25% * 13),
		#ffc107 calc(6.25% * 13),	#ffc107 calc(6.25% * 14),
		#ff9800 calc(6.25% * 14),	#ff9800 calc(6.25% * 15),
		#ff5722 calc(6.25% * 15),	#ff5722 calc(6.25% * 16)
	)


*/