#ecard_model.view {
    height: [contenu_height]px;
}
.uc-container{
    width: [width]px;
    height: [height]px;
    margin: 0px auto;
    z-index: 0;
} 

.uc-initial-content {
    /*background: transparent url(/resources/sites/4/images/ecards/card1_recto.png) no-repeat center center;*/
    cursor: pointer;
}

.uc-final-content {
    /*background: transparent url(/resources/sites/4/images/ecards/card1_verso.png) no-repeat center center;*/
    cursor: pointer;
}




.scrollwrap {
    padding: 0px;
    overflow: auto;
    position: absolute;
    color: black;
    font-family: "Satisfy", cursive;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    cursor: pointer;
    text-align: left;
}
.scrollwrap.landscape {
    top: 360px;
    left: 33px;
    width: 450px;
    height: 290px;
}
.scrollwrap.portrait {
    top: 230px;
    left: 418px;
    width: 330px;
    height: 270px;
}
.scrollwrap.portrait div {
    position: absolute;
    bottom: 15px;
    width: 325px;
} 
.scrollwrap.landscape div {
    position: absolute;
    top: 15px;
    width: 450px;
} 
.scrollwrap p.topic {
    font-size: 1.3rem;
    font-weight: normal;
    padding: 30px 0 10px 30px;
    pointer-events: none;
}

.scrollwrap p {
    font-size: 1.3rem;
    padding: 0 40px 0 40px;
    pointer-events: none;
    text-align: justify;
}

.scrollwrap p.signature {
    font-size: 1.3rem;
    padding: 10px 30px 0 30px;
    text-align: right;
    pointer-events: none;
    text-align: right;
}

