#mobile-book-now-container {
    display:none;
}
#viewVacanciesHolder {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fefdfc;
    display: inline-block;
    overflow: hidden;
    z-index: 1000;
    padding: 7px 5px 15px 5px;
}
#viewVacanciesButton {
    background:url("/2021bb/assets/img/backgrounds/bbBgTeal.png");
    -webkit-box-shadow: 0 5px 4px 0 rgb(61 62 63 / 10%);
    box-shadow: 0 5px 4px 0 rgb(61 62 63 / 10%);
    border: none;
    margin: 0 5px 0 0;
    color: #fff;
    font-family: 'Hero Junior Super';
    border-radius: 5px;
}
#viewVacanciesButton:hover {
    opacity:0.8;
}
  
@media (min-width:768px) { 
    #viewVacanciesButton {
        padding-top:20px;
        padding-bottom:20px;
    }
}