.banner_content > .row {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.banner_content.related > .row { justify-content: center; }
.banner_item { margin-bottom: 15px; }
.dvr-728.custom_banner { max-width: 960px; }
.banner_content.top { margin-top: 25px; }
.sticky_banner {
    position: fixed;
    z-index: 9990;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.close_sticky {
    color: red;
    background: #020202;
    display: inline-block;
    padding: 3px 20px 0;
    border: solid 2px red;
    margin-bottom: 6px;
    cursor: pointer;
}
.dvr-728.custom_banner.hm_adv_top { margin-bottom: 100px; }
.dvr-728.custom_banner.hm_adv { max-width: 1180px; }

.popup_adv {
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    max-width: 90%;
    width: 100%;
	text-align: center;
	pointer-events: none;
	overflow-y: auto;
}
.popup-inner {
    display: inline-block;
	pointer-events: auto;
}
.popup_overlay {
    position: fixed;
    z-index: 9995;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(2px);
}
.close_pop { display: inline-block; cursor: pointer;}

@media screen and (min-width: 992px) {
	.banner_content > .row > .col-lg-4 {width: calc(33.33% - 10px);}
}
@media screen and (min-width: 768px) {
	.banner_content > .row > .col-md-6 {width: calc(50% - 10px);}
}
@media screen and (max-width: 768px) {
	.sticky_banner { width: calc(100% - 30px); }
}