.sport_theme_banner_before_content {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 16px;
}
#render_footer>div{
	position: relative;
    margin-bottom:0;
    margin-top: 0;
}
.footer-banner-render{
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.sport_theme_banner_header{
	display:flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    .img-wrapper-has{
    	margin:0;
    }
}
.widget_text.sidebar_box{
	border-radius: 0px !important;
	overflow:unset !important;
}
.banner_render
{
    margin-bottom: 0;
    border-radius: 0px !important;
	overflow:unset !important;
}
#render_footer {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.banner_render + .banner_render {
    margin-top: 12px;
}
.close_banner {
    position: absolute;
    background: #ddd;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    color: #2b2b2b;
    transform: translate(50%, -50%);
    cursor: pointer;
}
#render_footer_mb {
    left: 50%;
    position: fixed;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 4;
}
.gutter_warp #left_gutter,
.gutter_warp #right_gutter{
	transition: all .3s;
}
.gutter_warp.scrolled_banner #left_gutter,
.gutter_warp.scrolled_banner #right_gutter{
	transform: translateY(-50%);
    top: 50%;
    transition: all .3s;
}

@media (max-width: 768px) {
	.banner_show_both{
    	flex-direction: column;
        width: 95%;
    }
	#render_footer_mb{
    	width: 100%;
    }
    .sport_theme_banner_before_content{
        margin-bottom: 0;
    }
    .sport_theme_banner_header{
    	display: none !important;
    }
}