@media screen and (max-width: 560px){
    .mainArticleBody{
        width: 400px;
     }

     .mainArticlePhotoCont{
        height: 80%;
     }

    .mainArticlePhotoCont h1{
        font-size: 18px;
        bottom: 50px;
     }

     .articleText{
        padding: 30px;
     }

     .articleSubHeadings{
        font-size: 15px;
     }

     .content {
        font-size: 17px;
        line-height: 25px;
     }

     .articleIcons img{
        width: 35px;
     }

     .articleIcons p{
        font-size: 20px;
     }
}