/******************************************  
 CUSTOM STYLESHEET
*******************************************/


/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/
@media screen and (max-width: 480px) {
  #slider .slides li .thumb img { 
   margin: 0; 
  }
  #slider .slides li embed, #slider .slides li iframe {
   margin:  0;
  }
  #slider .slides li {
   overflow: hidden;
  }
  .recent-post {
   margin-top: 60px;
  }
}