@media (max-width: 480px), (min-width: 481px) and (max-width: 1024px)  {
  #ph-splash {
    padding: 20px;
    display: block;
    background-position: -400px 0;
  }

  #ph-splash h2 {
    font-size: 30px;
  }

  .ph-splash-intro {
    width: calc(100% - 40px);
    min-width: auto;
    padding: 20px;
    position: absolute;
    bottom: 85px;
  }

  .ph-splash-intro h2 {
    font-size: 25px;
  }

  .ph-splash-nav {
    bottom: 20px;
  }

  .ph-splash-nav-item {
    margin: 0 10px;
  }

  .ph-splash-nav-item p {
    border-bottom: 1px solid white;
  }

  .ph-content-container {
    display: block;
  }

  .ph-sidebar {
    display: none;
  }

  .ph-content {
    width: 100%;
    padding: 20px;
  }

  .ph-content-title {
    width: 100%;
    padding: 0;
  }

  .ph-content h2 {
    font-size: 20px;
  }

  .ph-content-text {
    width: 100%;
  }

  .ph-content-row {
    display: block;
  }

  .ph-content-text li {
    margin: 20px;
  }

  .ph-sidebar-mobile {
    display: block;
  }

  .ph-sidebar {
    width: 100%;
    padding: 20px 40px;
    height: auto !important;
  }
  .ph-sidebar-intro,
  .ph-sidebar-links,
  .ph-sidebar-videos {
    margin: 40px 0;
  }

  .ph-sidebar-links a {
    display: block;
    margin: 20px 0;
    text-decoration: underline;
  }

  .ph-sidebar-links p, .ph-sidebar-videos p {
    font-size: 20px;
    font-weight: 400;
  }

  .ph-sidebar-links .red-underline {
    margin-bottom: 10px;
  }

  .ph-sidebar-video p {
    font-weight: 500;
  }

  .ph-quote {
    text-align: left;
    padding: 40px 20px;
    font-size: 20px !important;
    width: 100%;
    margin: 0 auto;
  }

  .ph-sidebar-intro p {
    font-weight: 400;
    font-size: 20px;
  }

  .ph-subnote {
    font-weight: 500 !important;
    font-size: 23px !important;
  }
}
