@media (max-width: 1040px) {
  .banner__contents--text {
    margin: 0;
    margin-left: 30%;
  }
}

@media (max-width: 959px) {
  .content-wrapper h2 {
    font-size: 23px;
  }
}

@media (max-width: 768px) {
  .header--top__search {
    padding: 25px;
  }
  .header--sidebar__nav {
    display: block;
  }
  .stories__slider--content {
    display: block;
  }
  .stories-content h2 {
    font-size: 25px;
  }
  .stories__single--text h1 {
    font-size: 30px;
  }
  .header__right .hamMenu {
    display: block;
    height: 25px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #eee;
  }

  .top__search > a {
    display: inline-block;
    height: 25px;
    vertical-align: super;
  }

  .top__search > a  svg {
    display: inline-block;
    vertical-align: middle;
  }

  .site-header nav {
    display: none;
  }

  body.home {
    background-position: -219px;
  }

  .banner__contents--text {
    margin: 0;
    text-align: center;
  }

  .banner__contents h1 {
    font-size: 35px;
  }

  .banner__contents p {
    font-size: 18px;
  }

  .banner__contents {
    place-items: end;
    padding-bottom: 100px;
  }

  .heading-wrap {
    text-align: center;
    margin: 30px 0;
  }

  .heading-wrap h1 {
    font-size: 30px;
  } 

  .podcast-player {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }

  .podcast-player .player__artwork img,
  .podcast-player .player__artwork {
    display: none;
  }

  .podcast-player .episode-title,
  .podcast-player .show {
    width: 100%;
  }

  .podcast-player .player__main {
     display: block;
     height: auto;
  }

  .podcast-player .player {
    height: auto;
  }

  .podcast-player .play-progress{
    margin: 0;
  }

  .post__meta {
    display: block;
  }

  .post__meta span{ 
    display: block;
    margin: 10px 0;
  }

  .podcast-player .player__body {
    padding: 12px;
  }


}

@media (max-width: 630px) {
  .stories-img > a,
  .grid__view .stories-img > a {
    height: 200px;
  }

  .stories-content p {
    display: none;
  }

  .stories-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .stories-content span {
    font-size: 12px;
    line-height: 1.5;
    display: block;
  }
}

@media(max-width: 500px) {
  .stories-content h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .stories-img > a,
  .grid__view .stories-img > a {
    height: 150px;
  }
}