/* RELATED INFOGRAPHIC COVER 800x421*/

.related-graphic .left {background-image: url("https://multimedia.scmp.com/infographics/news/hong-kong/article/3087706/how-hong-kong-protests-started/img/cover.jpg");}

/* CUSTOM MEDIA QUERIES */

@media(max-width:1200px) {}

@media(max-width:960px) {
    .max960{
        padding:0 10px;
    }
}

@media(max-width:720px) {}

@media(max-width:500px) {}

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

.cover{
    max-width: 510px;
    margin: 70px auto 0px auto;
}

.subhead{
    color: rgb(110,110,110);
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.arrestsub{
    font-weight: 300;
}
.arrestsub strong{
    font-weight: 500;
}


.text2{
    margin-top: 40px;
}

.text3{
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#part2{
    margin-top: 15px;
}

#part6,#part4,#part5{
    margin-top: 30px;
}

#part1{
    margin-top: 40px;
}

.show-lg{
    display: block;
}

.show-md,.show-sm{
    display: none;
}

#box1{
    position: absolute;
    top:120
}

@media(max-width:780px) {
    .show-md{
        display: block;
    }
    
    .show-lg,.show-sm{
        display: none;
    }
    .subhead{
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width:420px) {
    .show-sm{
        display: block;
    }
    .show-lg,.show-md{
        display: none;
    }
    .subhead{
        font-size: 13px;
        line-height: 17px;
    }
    #part2{
        margin-top: 5px;
    }
    #part1,#part6,#part4,#part5{
        margin-top: 20px;
    }
    .max960{
        padding: 0 5px;
    }
}

@media(max-width:320px) {
    section.intro h1 {
        font-size: 21px;
        line-height: 28px;
        max-width: 280px;
    }
}