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