body{
    width: 970px;
    height: 250px;
    overflow: hidden;
    margin: 0;
}

div{
    position:absolute;
/*    overflow: hidden;*/
}

#banner {
  position: relative;
  width: 970px;
  height: 250px;
  background-color: #000000;
  cursor: pointer;
  overflow: hidden;
}

#bg {
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 100%;
}

#main {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

#dummy{
    display: none;
    position: absolute;
}
#girl{
    top: -63px;
   
}

#blende {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
}


#logo{
/*    transform-origin: 50% 80%;    */
}

.textTop{ overflow: hidden;}

#smet1{    
    left:311px;
    top:138px;
    background-image:url("smet1_970x250.png");
    background-repeat:no-repeat;
    background-size: contain;
    width:39px;
    height:29px;
    transform-origin:center;
}


#smet2{
    left:291px;
    top:158px;    
    background-image:url("smet2_970x250.png");
    background-repeat:no-repeat;
    background-size: contain;
    width:25px;
    height:33px;
    transform-origin:center;
}

#smet3{
    left:310px;
    top:166px;    
    background-image:url("smet3_970x250.png");
    background-repeat:no-repeat;
    background-size: contain;
    width:28px;
    height:28px;
    transform-origin:center;
}

.feder{   

    background-image:url("feder_970x250.png");
    background-repeat:no-repeat;
    background-size: contain;
    width:27px;
    height:32px;
    transform-origin:90% 90%;
}

#f1{    
    left:531px;
    top:154px; 
    
}




