div.panel {
    border: 0px;
    width: 260px;
}
div.panel-body {
    border: 1px solid;
    border-color: #ddd;
    max-height: 152px;
    min-height: 112px;
    padding: 0px 0px 0px 0px;
}
div.panel-bottom {
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-top: 0px;
    border-color: #ddd;
    background: #fff;
    height: 175px;
    padding: 10px 10px 10px 10px;
}
h4, h5 {
    color: #000;
}
img.event_logo {
    max-width: 258px;
    max-height: 129px;
    display: block; /* remove extra space below image */
}

div.feature-image-container {
    /* background: url('images/feature1.jpg') center top no-repeat; */
    background-size: cover;
    max-width: 100%;
    height: auto;
    background-color: #cccccc;
}
#feature-image {
    background: url('images/feature1.jpg') center top no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
    background-color: #cccccc;
    margin-top: -30px;
}
.feature-image {
    filter: brightness(75%);
}    
div.feature-slogan {
    position: absolute;
    z-index:10;
    margin-top: -30px;
    color: #fff;
    padding-left: 10%;
    padding-top: 5%;
}
div.feature-search-box {
    margin-top: -140px;
}
.categoryFilterDiv {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    display: none; /* Hidden by default */
}

.show {
    display: block;
}