
.b-bnwrapper {
	height: auto !important;
	position: relative;
	overflow: hidden;
}

.b-bnwrapper__label {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #cacaca;
    width: 100%;
    margin: 0;
    color: #aaa;
    font-size: 9px;
    font-family: Arial;
    font-weight: lighter;
}

.b-bnwrapper__text {
	position: absolute;
    z-index: 2;
    top: -5px;
    padding-right: 10px;
    background: #fff;
}

.b-proffer .b-bnwrapper__text {
	top: -7px\9;
}

.b-showcase .b-bnwrapper__text {
	text-transform: uppercase;
}

.b-bnwrapper__label-bottom {
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
    margin: 0;
    border-bottom: 1px solid #cacaca;
}

.b-bnwrapper_nbd .b-bnwrapper__label-bottom {
	display: none;
}

