
div.menu-image-menu-container {
    width: 100%;
    margin-left: 2px;
}

#big_buttons {
    position: relative;
    margin: 0 auto 2px auto;
    background: #1a4a33;
    font-weight: bold;
    padding: 0;
    overflow: hidden;
}
#big_buttons li {
    list-style-type: none;
    position: relative;
    float: left;
    padding: 0;
    margin: 4px 0 0 0.4%;
    width: 19.5%;
}
#big_buttons li a {
    display: block;
    font-weight: bold;
    color: #ff6600;
}
#big_buttons a span.title {
    position: absolute;
    bottom: 5px;
    left: 0;
    background: rgba(255,255,255,0.7) url(images/image-menu-bg.png) no-repeat 95%;
    height: 41px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 0 0px 0 9px;

    line-height: 20px;
}
#big_buttons a:hover span.title {
    background-color: #fff;
}

#big_buttons a .read_more {
    display: none;
    position: absolute;
    bottom: 2px;
    right: 4px;
    font-style: italic;
}

#big_buttons li.human_growth_hormone a {
    background: url(images/human-growth-hormone.jpg) no-repeat 0 0;
}

#big_buttons li.testosterone_therapy a {
    background: url(images/testosterone-therapy.jpg) no-repeat 0 0;
}
#big_buttons li.lose_fat a {
    background: url(images/fat-loss.jpg) no-repeat 0 0;
}
#big_buttons li.hgh_side_effects a {
    background: url(images/hgh-side-effects.jpg) no-repeat 0 0;
}
#big_buttons li.hgh_testosterone a {
    background: url(images/hgh-side-effects.jpg) no-repeat 0 0;
}
#big_buttons li.purchase_hgh a {
    background: url(images/purchase-hgh-injections.jpg) no-repeat 0 0;
}
#big_buttons li.buy_hgh a {
    background: url(images/purchase-hgh-injections.jpg) no-repeat 0 0;
}

@media (max-width: 650px) {
    #big_buttons li { width: 49%; }
    #big_buttons li:nth-child(3) { display: none; }
    #big_buttons a span.title { line-height: 41px; }
}

@media (max-width: 380px) {
    #big_buttons li { width: 99%; }
}