form#ReservationWidget{display:flex;justify-content:space-between;flex-direction:row}form#ReservationWidget div{margin:0 0 10px}.modal-outer{background:rgba(255,255,255,.4);z-index:9000;position:fixed;left:0;top:0;width:100%}.modal-inner{position:relative;width:80%;margin:15vh auto;min-height:100vh}.modal-inner iframe{width:100%;height:70vh;border:none;box-shadow:2px 2px 10px #666}.modal-close{position:absolute;z-index:9999;right:-14px;top:-14px;background:#333;padding:10px 16px;color:#fff;font-size:1.5rem;border-radius:50%;cursor:pointer;line-height:1.5rem}@media only screen and (max-width:768px){body form#ReservationWidget{flex-direction:column}body form#ReservationWidget div{width:100%}}