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

.container {width:100%; margin:0; padding:0;}
  .container .content{ padding:5%; }
  #home .view:nth-child(odd) {padding-right:0px; padding-left:15px;}
  #home .view {margin-top:10px;}

  #home .view .content {padding-top: 2px;}

    #home .container .view.top .subtitle {
    padding-bottom:2%;
  }

  #home .view .title {
    font-size: 2em;
  }
    #home .view .subtitle {
    font-size: 1.8em;
  }

.slide {

  padding:.5em 0 .5em 0;
}

p{margin: .5em 0;}

dl,
menu,
ol,
ul {
    margin: .5em 0;
}

.native-gallery .title {
  padding:0em 0 .5em 0;
}


/*
  .story-title-box .content.top .title,
  #home .container .view.top .title {
    font-size: 140%;
  }

  .story-title-box .content.top .subtitle,
  #home .container .view.top .subtitle {
    font-size: 120%;
    padding-bottom:2%;
  }

  #home .view .subtitle, .story .related .view .subtitle{
    font-size:110%;
    line-height: 100%;
  }
  #home .view .title, .story .related .view .image{
    font-size:130%;
    line-height: 100%;
  }

	

   

  .story_comments {
    font-size: 120%;

}
*/

}