.bannerimgbox:before{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';

    background: rgba(60, 19, 19, 0.39);
}
.productbox li .imgbox img {
     max-width: 100%;
     width: 100%;
}

.titlemore {
    display: inline-block;
    text-align: left;
}
.moreButton {
    background: #004098;
    margin: 33px 0 0 0;
    display: block;
}



.productbox li>div {
    max-width: none;
}

.productbox li:nth-child(2n+1) {
    padding: 0;
}
.productbox li:nth-child(2n+1) .textbox {
    float: right;
}
.productbox li:nth-child(2n+1) .imgbox {
    padding: 0;
}
.productbox li .hidden-xs {
    padding: 10% 0 0 0;
     padding: 10% 4% 0 0;
}


.moreButton{
    background: #004098;
}






@media screen and (max-width: 768px) {


.moreButton {
    background: #004098;
    margin: 12px auto 30px auto;
    display: block;
}

}



