#full-width-image-label {
    width: 100%;
    height: 275px;
    background: URL("//content.redshelf.com/static/img/index/label-header3.jpg") center center no-repeat scroll;
    border-bottom: 1px solid #131313;
}

#full-width-image-label .full-container {
    width: 100%;
    height: 100%;

    -moz-box-shadow: inset 4px 15px 130px 15px #12120E;
    -webkit-box-shadow: inset 4px 15px 130px 15px #12120E;
    box-shadow: inset 4px 15px 130px 15px #12120E;
}

#full-width-image-label .full-container .image-text-container {
    float: left;
    height: 100%;
    width: 300px;
    background: URL("/static/img/index/black_patch.png") center center repeat;
}

#full-width-image-label .full-container .image-text-container .image-text {
    float: left;
    width: 96%;
    height: 100%;
    text-align: center;
    color: #FFF;
    padding: 25px 5px 5px 5px;
    font-family: 'Proxima Nova', 'Helvetica Neue', sans-serif;
    font-style: italic;
    font-size: 26px;
    line-height: 30px;
    text-shadow: 0 1px 1px rgba(64, 64, 64, 0.75);
}