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

     .mainArticlePhotoCont{
        height: 400px;
        margin-bottom: 0px;
     }

     .mainArticlePhotoCont img{
        width: 100%;
     }

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