#main_area{background-color: #fff; padding:0px 10px}
.bulletin-thumbnails .img-container{padding: 0px; margin: 15px;}
.bulletin-thumbnails .img-container>img.thumbnail{position: relative;  display: block; margin:auto;opacity: 0.9;}
.bulletin-thumbnails .img-container:hover>img.thumbnail{opacity: 1;}
.text-container {color: #666; text-align: center;}
.text-container h2{font-size: 16px; padding: 0px; margin-bottom: 5px; font-weight: 600; color: #868686}
.panel .panel-collapse-comp{height: 0px;overflow: hidden;-webkit-transition: height 0.5s ease;-moz-transition: height 0.5s ease;-ms-transition: height 0.5s ease;-o-transition: height 0.5s ease;transition: height 0.5s ease;}
.panel .panel-collapse-comp.opened{height: 90px;    -webkit-transition: height 0.5s ease;-moz-transition: height 0.5s ease;-ms-transition: height 0.5s ease;-o-transition: height 0.5s ease;transition: height 0.5s ease;}
@media screen and (max-width: 920px) {
    .panel .panel-collapse-comp{max-height:100%;height: auto;overflow: none;}
    .panel:hover .panel-collapse-comp{height: auto; max-height: 100%;}
    .panel-thumbnail:before {content: none;display: none;}
}