@media only screen and (max-width: 1000px) {

  nav ul li a {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  header img {
    display: none;
  }

  header p {
    padding-right: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .two-sec {
    width: 100%;
    margin: 2px;
    box-sizing: inherit;
    margin-left: 2px;
    padding-right: 9px;
  }

  .first-sec {
    width: 98%;
    margin: 2px;
    box-sizing: inherit;
    margin-left: 2px;
    padding-right: 2px;
  }

  .inmobile {
    display: none;
  }

  .stories-pluto {
    /* width: 100%; */
    display: block;

  }

  .stories-pluto img {
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
  }

  .pluto-mobile {
    display: block;
  }

  .pluto-comp {
    display: none;
  }

  .stories-vishvas {
    /* width: 100%; */
    display: block;

  }

  .stories-vishvas img {
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
  }

  .none {
    display: block;
    width: 50%;
  }

  .none2 {
    display: none;
  }
  .poem img{
    width: 90%;
    margin: 10px 0px 10px 0px;
    padding: 0px;
  }
  .poem{
    display: block;
  }
  .mob-foot{
    display: block;
  }
  .comp-foot{
    display: none;
  }
}
