.global-pbe-container {
    position: relative;
	padding: 30px 0;
}
.global-pbe-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
    background-image: url('data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    *zoom: 1;
}
.global-pbe-container .pbe-inner {
    position: relative;
}
.global-pbe-container .pbe-title-bands {
	display: table;
	table-layout: fixed;
}
.global-pbe-container .pbe-title-bands a {
	position: relative;
	z-index: 1;
    display: block;
    padding: 8px 10px 8px 25px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 2.125rem;
    background-color: rgba(255, 255, 255, 0.6);
    color: black;
	mix-blend-mode: screen;
}
.global-pbe-container .pbe-title-bands a:hover {
	background-color: rgba(200, 200, 200, 0.6);
}
.global-pbe-container .pbe-title-bands a:last-child {
    margin-bottom: 0;
}
.global-pbe-container .pbe-description {
    padding: 0 20px;
}
.global-pbe-container .pbe-description h4 {
    text-transform: uppercase;
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #fff;
}

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile and Tablet***/ 
@media only screen and (max-width: 64em) {
    .global-pbe-container .pbe-title-bands a {
        margin-bottom: 4px;
        padding: 5px 10px;
        font-family: "sweet-sans-pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.7rem;
		background-color: rgba(255, 255, 255, 0.6);
		color: black;
		mix-blend-mode: screen;
    }
    .global-pbe-container .pbe-description {
        padding: 0 15px;
    }
}
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {}

/*** Custom not needed? ***/ 
@media (max-width: 47.9375em) {
    .global-pbe-container .pbe-title-bands a {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
}
