#btnContainer {
    top: 510px;
    background-color: transparent; 
    height: 200px;
    flex-direction: column; 
}  

@supports (-webkit-touch-callout: none) {
   #btnContainer {
       top: 497px;
   }
}

/* #btnLocation, #btnCeremony, #btnReception, #btnConfirm {
  display: visible;
} */

#btnLocation{
    top: 0px;
    left: 45%;
    width: 50%; 
    height: 95px;
    /*background-color: orange;*/
 }

#btnCeremony{
   display: none; 
   top: 110px;
   left: 40px;
   width: 45%; 
   height: 50px;
   /* background-color: pink;  */
}

#btnReception{
   top: 0px;
   left: 3%;
   width: 44%; 
   height: 100px;
   /* background-color: orange;  */
}

#btnConfirm {
    top: 65px;
    left: 50%;
    width: 50%; 
    height: 95px;
    /*background-color: yellow;  */
}
