/* CSS Document */


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


    .centCont{
      width:90%;
      margin:auto;
    }



}



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

.mob100{
  width:100% !important;
} 
	  .postDesc{
		  width:100%;
	  }

	  .leftCol{
		  width:100%;
	  }
	  .imagePostTH{
		  width:100%;
	  }

	  .imagePost{
		  width: 100% !important;
	  }

     .col50{
        float:none;
        width:100%;
      }



  }
