.reservationBox{
	background-color:rgba(255,255,255, 0.6);
	font-size:24px;
}
.reservationButton{
	display: block;
    margin: 0 auto;
    background-color: #c41230 !important;
    color: #fff !important;
    padding: 10px 0;
    text-align: center;
    width: 75%;
    margin-bottom: 10px;
} 


@media screen and (max-width: 767px) {
    .reservationBox{ width:100%; margin:0px;margin-bottom:20px; padding:10px;}
}