/* CSS Document */


.formaBaner{
	background-image: url(../img/inmode/diolaze/baner.jpg); 
	background-size: cover;
	height: 100vh;
	background-repeat: no-repeat;
    background-position:center;
	
	
}




.video-play {
	
	height: 200px;
	background-image: url(../img/inmode/fractora/izaKlipa.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	text-align: center;
	color: #fff; 
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
	
	
}

