#btnContainer {
    top: 550px;
    background-color: transparent; 
    height: 200px;
}  

@supports (-webkit-touch-callout: none) {
   #btnContainer {
       top: 537px;
   }
}

/* #btnLocation, #btnCeremony, #btnReception, #btnConfirm {
  display: visible;
} */

#btnLocation{
    top: 0px;
    left: 3%;
    right: auto;
    width: 47%; 
    height: 100px;
    /* background-color: orange;  */
 }

#btnCeremony{
   display: none; 
   top: 110px;
   left: 10px;
   right: auto;
   width: 45%; 
   height: 50px;
   /* background-color: pink;  */
}

#btnReception{
   top: 0px;
   left: 3%;
   right: auto;
   width: 47%; 
   height: 100px;
   /* background-color: orange;  */
}

#btnConfirm {
   top: 0px;
   left: auto;
   right: 3%;
   width: 47%; 
   height: 100px;
    /* background-color: yellow;  */
}
