
        .obrazok {
                max-height: 90%;
                width: 100%;				
        }
        
     .centerblock {
            position: absolute;
            top: 20%;
			left:30%;
			right: 30%;
                transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
            max-width:90%;
            max-height:100%;
        } 
		
        .blured {filter: blur(5px); opacity:0.4; transform: scale(2.2); transition: all 1s ease-in 0.1s;}
        .unblur {filter: blur(0px); opacity:1; transform: scale(1.2);}		
		.unbluredB {backdrop-filter: blur(0px);}
        .bluredB {backdrop-filter: blur(3px);}		
		.line1{font-size:4vw; line-height:1.1em; font-family: poiret_oneregular; font-weight:bold; text-align:center;}
		.smaller {font-size:2vw;}		
		.line3{font-size:1.7vw; line-height:1.1em; font-family: idealist_sansregular, Verdana, Arial, Helvetica, sans-serif; text-align:center; color: #900;}		
		.line4 {width:39%; margin:0 auto; text-align: center;}
		.thisBlock {border: 2px solid #eee; border-style: outset; box-shadow: 0px 0px 6px #555;}	
		.blurredBack {backdrop-filter: blur(3px);}
		a {color:#000 !important;}
        
		@media all and (max-width:950px){
			.unblur {filter: blur(0px); opacity:1; transform: scale(1.7); line-height:0.6em;}
			.obrazok {margin-left: -20%; width:150% !important; text-align:center;}
		}				
