/* homepage */
.banner-inner {
	display: none !important;
}

.home-bottom-banner {
	display: none !important;
}

.sidebar-content {
	display: none !important;
}

.banner-wrapper {
	display: none !important;
}

.banner-section {
    display: none !important;
}

.banner-holder {
    display: none !important;
}

.home-main-left {
    width: 100% !important;
}

.home-main-wrapper .home-main-content {
    width: 100% !important;
}

/* category and single pages */
.single-article .col-lg-9, .category-wrapper .col-lg-9 {
    width: 100% !important;
}

/* popup banner */
.popup-banner-overlay.desktop {
    display: none !important;
}

.popup-banner-overlay.mobile {
    display: none !important;
}

/* marquee for IN */
.marquee-wrapper {
    width: 100% !important;
}

.marquee {
    max-width: 1200px !important;
    width: 100% !important;
}

/* hubs for IN EN */ 
.cricket-hub li {
    max-width: 100% !important;
}

.cricket-hub li:nth-child(1), .cricket-hub li:nth-child(2), .cricket-hub li:nth-child(3) {
    width: 50% !important;
}

.cricket-hub li:nth-child(4) {
    max-width: 100% !important;
}

.category-hub li {
    max-width: 100% !important;
}

.category-hub li:nth-child(1), .category-hub li:nth-child(2), .category-hub li:nth-child(3) {
    width: 50% !important;
}

.category-hub li:nth-child(4) {
    max-width: 100% !important;
}

.tab-hub li {
    max-width: 100% !important;
}

.tab-hub li:nth-child(1), .tab-hub li:nth-child(2), .tab-hub li:nth-child(3) {
    width: 50% !important;
}

.tab-hub li:nth-child(4) {
    max-width: 100% !important;
}