/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2025 | 23:50:37 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.single.single-forum .type-forum .bb-topic-banner .banner-img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    min-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;

}

.single.single-forum .type-forum .bb-topic-banner:before {
    content: "";
    opacity: .9;
    background-color: #000000;
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 4%, #000 100%);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 4%, #000 100%);
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 4%, #000 100%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 4%, #000 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}