.page{
	
}

.page__content {
	padding-bottom:96px;
}

.page__slide {
	width:100%;
	min-height: 100vh;
	min-height: -webkit-fill-available;		
	background-image:url(../images/bg.jpg?1);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}
.page__region {
	display:none;
	position:-webkit-sticky; 
	position:sticky; 
	top:0;
	background-color:#FA2A5D;
}
.page__footer {
	background-color:#F2FCFF;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.page__region {
		display:block;
		height:50px;
		z-index:50;
		
	}
}

@media screen and (max-width:480px){
	.page__content{
		padding-bottom:0;
	}
}
