.mySlides 
{display:none;}

.slideshow{
      margin-top: 1%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
}


.list{
  background: #393838;
}

.list p{
     margin:1% auto;
}



.blog{
     width: 100%; 
     height: auto;
     float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
      margin-top: 2%;
      margin-bottom: 2%;
  background: #FFF;
}



.inner-blog{
                padding:4px;
                float:left;
width: 24%;

}


.blog-img{
  max-width:100%; 
  max-height: 150px;

  display: block;
     margin: 2% 0;
}






.recipe{
     width: 100%; 
     height: auto;
     float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
      margin-top: 2%;
      margin-bottom: 2%;
  background: #FFF;

}





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

.inner-blog{
width: 100%;
}



}