.flower-kiri-atas{
    background-image: url('../gmb/flower-kiri-atas.png');
    background-size: contain;
    width: 200px;
    height: 250px;
    background-repeat: no-repeat;
    z-index: -21;
    left:0;
    position:absolute;
    top:0;
    }
    
    .flower-kanan-atas{
    background-image: url('../gmb/flower-kanan-atas.png');
    background-size: contain;
    width: 200px;
    height: 250px;
    background-repeat: no-repeat;
    z-index: -21;
    right:0;
    position:absolute;
    top:0;
    }

    .flower-kiri-bawah{
    background-image: url('../gmb/flower-kiri-bawah.png');
    background-size: contain;
    width: 320px;
    height: 250px;
    
    background-repeat: no-repeat;
    z-index: -21;
    left:0;
    position:absolute;
    bottom:-70px;
    }

    .flower-kanan-bawah{
    background-image: url('../gmb/flower-kanan-bawah.png');
    background-size: contain;
    width: 200px;
    height: 250px;
    margin-bottom: -70px;
    background-repeat: no-repeat;
    z-index: -21;
    right:0;
    position:absolute;
    bottom:0;
    }