
#screen {
		position:absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;

		overflow: hidden;
		visibility: hidden;
	}
	.ref {
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: default;
	}
	.prx {
		position: absolute;
		color: #FFF;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 14px;
		overflow: hidden;
	}
    .fixedelem,.fixedelem-mobile { 
       position: absolute;
    }
	.link {
        width:300px;
		font-size: 16px;
		text-align: left;
        padding-bottom:1px;
	}
    .link img{vertical-align:middle;margin-right:5px}
	
	
	.parallax-mobile{
		display:none
	}
	
@media only screen and ( max-width: 1919px ) {
	.prx img{
		width:90%;
		height:auto;
	}
}
	
	
@media only screen and ( max-width: 1599px ) {
	.prx img{
		width:80%;
		height:auto;
	}
}
	
@media only screen and ( max-width: 1023px ) {
	
	.parallax-desktop{
		
		display:none;
	}
	
	.parallax-mobile{
		display:block
	}
	
	.fixedelem-mobile img{ 
       max-width:280px !important;
    }
	
	.fixedelem-mobile {
	
		z-index:100;
	}
}
	
@media only screen and ( max-width: 767px ) {
	
}

@media only screen and ( max-width: 479px ) {
	
}

@media only screen and ( max-width: 379px ) {
	
}
