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

.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: #224092;
    font-family: "Satisfy", cursive;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    cursor: pointer;
    text-align: left;
  }
.scrollwrap.landscape {
    top: 380px;
    left: 33px;
    width: 450px;
    height: 300px;
}
 .scrollwrap.portrait {
    top: 50px;
    left: 390px;
    width: 360px;
    height: 426px;
}
  .scrollwrap.portrait div {
      position: absolute;
      bottom: 0;
  } 
.scrollwrap p.topic {
    font-size: 1.5rem;
    font-weight: normal;
    font-size: 22px;
    padding: 30px 0 10px 30px;
    pointer-events: none;
}

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

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

