div.banner {
    overflow: hidden;
    display: inline-block;
}
.banner-here {
    background: #E7E7E7;
    border: 1px solid #000000;
}
.banner-here td {
    color: #666666;
    font-weight: bold;
}
.my-banner {
    overflow: hidden;
    width: 120px;
    max-height: 80px;
}
.my-banner img {
    border: 0 !important;
    border-radius: 0 !important;
}
div.banners-box-between-categories {
    height: 100px;
    background-color: #666666;
}
div.banners-box {
    text-align: center;
}
.banners-box > .banner:not(:last-child) {
    margin-bottom: 5px; 
}
.banners-box > .banner {
    width:100%;
}

/* mobile view */
@media screen and (max-width: 767px) {
	section#listings.my-banners .item div.info .title {
        position: relative;
        box-shadow: none;
    }
	section#listings.my-banners .item div.info {
        width: 100% !important;
    }
}

.banner-bb_golden_place {
    display: flex;
    flex-wrap: wrap;
}
.banner-bb_golden_place > div {
    flex-basis: calc(33.333% - 20px);
    margin: 10px!important;    
    position: relative;
    overflow: hidden;
}
.banner-bb_golden_place > .banner  {
    display: inline-block!important;
}

@media (max-width: 600px) {
    .banner-bb_golden_place > div {
        margin: 10px;
        flex-basis: calc(100% - 20px);
    }
    .banner-bb_golden_place > .banner  {
        max-width: inherit!important;
        max-height: inherit!important;
    }
}
.banner-bb_golden_place > div .bannerCover {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}