/* syrena調整立即預訂手機橫向樣式 */
@media screen and (orientation: landscape) {
  #reserveNow {
    position: absolute;
    bottom: 50%;
    transform: translateY(100%);
    right: 14px;
  }
}
