.hbp_flyer_div {
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    width: 650px;
    height: 367px;
    max-width: 85vw;
    max-height: 47vw;
    background-color: green;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position:absolute;
    top: 60px;
    z-index: 1000000;
    margin: 20px;
    box-shadow: 5px 5px 13px gray;
    border-width: 10px;
    border-color: white;
    border-style: solid;
}
.hbp_flyer_button {
    position: fixed;
    padding: 6px 11px 6px 11px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: #00a9d3;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    box-shadow: 2px 2px 5px gray;
}
.hbp_flyer_close {
    right: 5px;
    top: 5px;
}
.hbp_flyer_info {
    left: 8px;
    bottom: 8px;
}
