.container-book-now,
#play{
  text-align: center;
  font-family: 'BW Mitga' !important;
}
.container-book-now:not(.on),
#play.off {opacity:0;}
.container-book-now:not(.on) {bottom: -100px;}
#play{
	transform: translate(-50%,-50%) !important;
	top: 50%;
	left: 50% !important;
	transform: translateX(-50%);
	position: fixed;
	z-index: 999999;
}
.button-book-now, #play{
  opacity: 1;
  background: #fff;
  border-radius: 10px;
  transition: all .4s ease 0ms;
  padding: 10px 30px;
  color: #bac7d2;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 20px;
}
.container-book-now{
    opacity: 1;
    transform: translateX(-50%);
    position: fixed;
    bottom: 20px;
    left: 50%;
    text-align:center;
    z-index: 999999;
    letter-spacing: 3px;
    font-size: 20px;
}
.button-book-now:hover, #play:hover {
    background: rgba(255,255,255,0.9);
    color:#8e8e8e;
}