@media all and (min-width: 768px) {
    .col-md-12 {
        flex: none!important;
        max-width: 100%;
    }
}

body {
    width: 1px;
    min-width: 100%;
    *width: 100%;
}

body.striptitle .syndicate:nth-child(1){
    display: none;
}

.cdc-2020-mobile-title.h1.open.d-block.d-lg-none {
    display: none!important;
}

.d-none {
	display: none!important;
}
