#btnContainer {
    --btn-container-top: 515px;
    top: var(--btn-container-top);
    background-color: transparent; 
    height: 200px;
}  

@supports (-webkit-touch-callout: none) {
   #btnContainer {
       top: calc(var(--btn-container-top) - 13px);
   }
}

/* #btnLocation, #btnCeremony, #btnReception, #btnConfirm {
  display: visible;
} */

#btnLocation{
    top: 0px;
    left: 0%;
    right: auto;
    width: 60%; 
    height: 100px;
    /*background-color: orange;  */
 }


#btnConfirm {
   top: 58px;
   left: 12%;
   right: auto;
   width: 60%; 
   height: 100px;
    /*background-color: yellow; */
}
