/* RELATED INFOGRAPHIC COVER 800x421*/

.related-graphic .left {background-image: url("https://multimedia.scmp.com/infographics/news/china/article/3093488/china-rivers-pollution/img/cover.jpg");}

figcaption {margin:20px auto 60px auto;font-weight:400;font-size:18px;color:#8e8e8e;letter-spacing:0; ! important;}


.breaking{background-color:#cc9966; color:#fff;}
.max320 {display: block;}
.max425 {
    display: block;
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
}
.max425-m {
        width: 100%;
        max-width: 425px;
        margin: 0 auto;
    }
.max520 {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}
.max1350 {
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

#major-floods {position: relative;}
#major-floods .flood1931 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); 
    mix-blend-mode: multiply;
    opacity: 0.8;
}

.clear25 {height: 25px}
.clear50 {height: 50px}




/*------------------------- | KEYFRAMES | -----------------------------*/





/*------------------------- | MEDIA QUERIES | -----------------------------*/



@media only screen and (max-width:1025px) {
    .show-tablet {display: block;}
    .show-desktop {display: none;}
    .max900-t {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:520px) {
    .show-mobile {display: block;}
    .show-desktop {display: none;}
    .show-tablet {display: none;}
    .max900-t {
        display: none;
    }
}

@media only screen and (max-width:320px) {}