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