video {
  width: 100%    !important;
  height: auto   !important;
}

.fixedbutton {
  position: fixed;
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 3000;
}

.btn_book_now {
  font-size: 14px;
  padding: 9px 20px;
}

.my_title_font {
  font-family: "Times New Roman", serif;
}