/*
.campaign #header-section {
  background: url(images/stitchers-header-bg.jpg) no-repeat #000000 !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05) !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25) !important;
}
*/


@media screen and (max-width: 1024px) and (min-width: 768px) {
  #main-section {
    width: 390px !important;
    overflow: hidden !important;
  }
  #post {
    padding: 0 !important;
  } 
  .loop-posts .loop-post{
    width: 350px !important;
  }
  #sidebar-section {
    width: 332px !important;
  }

}