div.spotlight:before{
    background-color: #000;
    background-image: url("../../images/banner-stone-category.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

div.spotlight::after
{
    background-color: rgba(0,0,0,0.1);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

section#stones p {
    margin-bottom: 40px;
}
    section#stones #stone-thumb {
        margin-bottom: 50px;
    }
    section#stones #stone-thumb .image.featured {
        display: block;
        width: 100%;
        margin: 0;
    }

    section#stones #stone-thumb .image img {
        display: block;
        width: 100%;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
        section#stones #stone-thumb .image:hover {
            opacity: 0.7;
        }

    section#stones #stone-thumb section header {
        position: relative;
        padding: 0;
        background-color: #585c5c;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
        color: #ffffff !important;
        cursor: pointer;
        font-weight: 300;
        height: 3em;
        padding: 5px 0 0px 0;
        text-transform: uppercase;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    section#stones #stone-thumb h3 {
        font-size: 1em;
        letter-spacing: 2px;
        margin: 0;
        padding: 10px 0 10px 0;
    }