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

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

#banner {
  position: relative;
  width: 300px;
  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;
}


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


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

.textTop{ overflow: hidden;}

#smet1{    
    left:184px;
    top:131px;
    background-image:url("smet1_300x250.png");
    background-repeat:no-repeat;
    background-size: contain;
    width:26px;
    height:20px;
    transform-origin:center;
}


#smet2{
    left:173px;
    top:147px;    
    background-image:url("smet2_300x250.png");
    background-repeat:no-repeat;
    background-size: contain;
    width:16px;
    height:23px;
    transform-origin:center;
}

#smet3{
    left:185px;
    top:151px;    
    background-image:url("smet3_300x250.png");
    background-repeat:no-repeat;
    background-size: contain;
    width:19px;
    height:19px;
    transform-origin:center;
}



