/***POSTCARD-68***/
.mainCont {
    width: 480px;
    height: auto; 
    max-height: 1600px;
    position: relative;
}
.cardFrame {
    overflow: hidden;
    width: 480px;
    height: 600px;  
}
.postCard68 {
    overflow: hidden;
    width: 100%;
    height: 100%; 
    background: #ffffff;
}
.postCard68 img {
    display: block;
    width: 100%;    
}