﻿#book-me {
    position: fixed;
    bottom: 5%;
    left: 50px;
    /*transform: rotate(90deg) translateX(50%);*/
    transform-origin: 100% 0;
    z-index: 99999;
}

    #book-me a {
        /*background: black;*/
        color: white;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: montserrat;
        padding: 10px 30px;
    }

@media screen and (max-width: 960px) {
    #book-me {
        bottom: 12%;
        top: auto;
        left:0px;
        transform: none;
    }

        #book-me a {
            padding: 0px 0px;
        }
}


#book-U {
    position: fixed;
    bottom: 5%;
    right: 50px;
    /*transform: rotate(90deg) translateX(50%);*/
    transform-origin: 100% 0;
    z-index: 99999;
}

    #book-U a {
        /*background: #0094ff;*/
        color: white;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: montserrat;
        padding: 10px 30px;
    }

@media screen and (max-width: 960px) {
    #book-U {
        bottom: 5%;
        top: auto;
        right:0;
        transform: none;
    }

        #book-U a {
            /*padding: 10px 30px;*/
            padding: 0px 0px;
        }
}