.flower-left{
    width: 20vh;
    rotate: 270deg;
    position: relative;
    display: flex;
   

  
  }
  
#rsvp .flower-right{
    position: relative;
    display: flex;
    max-width: 100%;
    width: 20vh;
  }
  
  
  @media (max-width: 768px) {
    #rsvp .flower-left {
        width: 80px;
        max-width: 25vw;
    }
    #rsvp .flower-right {
      width: 80px;
      max-width: 25vw;
    }
}

  
