﻿#buy-gold-and-silver .hero-banner {
    background: url(/Content/Images/BuyGoldSilver/gold-bullion-640.jpg) no-repeat #222;
    background-position: center center;
    background-size: 100% auto;
}

.bottom-right {
    padding: 11px;
    width: 56.25%;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: left;
}

.hero-banner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
}

    .hero-banner h1, .hero-banner h2, .hero-banner h3 {
        color: #fff;
        font-size: inherit;
        font-weight: 400;
        margin: 0;
    }

h2 {
    font-weight: bold;
}

h1, h2, h3, h4 {
    font-size: 18px;
}

#buy-gold-and-silver-module01 {
    margin: 20px auto;
    width: 80%;
}

#buy-gold-and-silver-module03 {
    margin: 20px auto;
    width: 80%;
}

.mobile-text {
    display: none;
}

@media (min-width: 360px) {
    .bottom-right {
        padding: 11px;
        bottom: 16px;
        width: 61.1%;
        font-size: 15px;
    }
}

@media (min-width: 480px) {
    .bottom-right {
        padding: 13px;
        bottom: 13px;
        width: 50%;
        font-size: 17px;
    }

    h1, h2, h3 {
        font-size: 23px;
    }
}

@media (min-width: 640px) {
    .bottom-right {
        padding: 14px;
        bottom: 14px;
        width: 50%;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .bottom-right {
        padding: 26px;
        bottom: 26px;
        width: 61.1%;
        font-size: 34px;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    .bottom-right {
        width: 50%;
    }
}

@media (min-width: 1366px) {
    .hero-banner {
        height: 200px;
    }
}

@media (min-width: 1920px) {
    .hero-banner {
        height: 200px;
    }
}
